]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding weather-util into utils::interface
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Sep 2012 16:12:31 +0000 (13:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Sep 2012 16:12:31 +0000 (13:12 -0300)
manifests/subsystems/utils/interface.pp

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