Puppet Class: badstation::gui::x2go::lxde

Defined in:
manifests/gui/x2go/lxde.pp

Overview



1
2
3
4
5
6
7
8
# File 'manifests/gui/x2go/lxde.pp', line 1

class badstation::gui::x2go::lxde {
  include badstation::gui::x2go
  include badstation::gui::lxde
  package{ 'x2golxdebindings':
    ensure => 'latest',
    require => Class['apt::update'],
  }
}