aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
blob: de132a8cf5910673e1ced5a08dd974b536dd4bb5 (plain)
1
2
3
4
5
6
7
8
9
10
class utils::interface {
  # Interface
  package { [ 'awesome',       'eterm',            'fluxbox',           'gnome-terminal', 'conky',
              'xterm',         'bash-completion',  'xfonts-terminus',   'xscreensaver',   'rxvt-unicode',
              'mc',            'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',           'lxappearance',
              'xtitle',        'xclip',            'conkyforecast',     'awesome-extra',  'numlockx',
              'tmux' ]:
    ensure => installed,
  }
}