Puppet Class: badstation::gui::xfce

Defined in:
manifests/gui/xfce.pp

Overview



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

class badstation::gui::xfce {
  package { [
    'xubuntu-desktop',
  ]:
    ensure => 'latest',
  }
}