]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding x11-apps into utils::interface
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 22:21:37 +0000 (20:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 22:21:37 +0000 (20:21 -0200)
manifests/subsystems/utils/interface.pp

index e1a5ddd4f434ecef2eea7bb0d75c00e3466eb6a3..b19456db60e7327991f9074fea7d95c64fc90b12 100644 (file)
@@ -3,7 +3,8 @@ class utils::interface {
   package { [ 'awesome',       'eterm',            'weather-util',      'gnome-terminal', 'conky',
               'xterm',         'bash-completion',  'tmux',              'xscreensaver',   'thunar',
               'mc',            'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',           'lxappearance',
-              'xtitle',        'xclip',            'pcmanfm',           'awesome-extra',  'numlockx' ]:
+              'xtitle',        'xclip',            'pcmanfm',           'awesome-extra',  'numlockx',
+              'x11-apps' ]:
     ensure => installed,
   }