Puppet Class: badstation::gui::x2go::mate
- Defined in:
- manifests/gui/x2go/mate.pp
Overview
1 2 3 4 5 6 7 8 9 |
# File 'manifests/gui/x2go/mate.pp', line 1
class badstation::gui::x2go::mate {
include badstation::gui::mate
include badstation::gui::x2go
package { 'x2gomatebindings':
ensure => 'latest',
require => Class['apt::update'],
}
}
|