]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding metar into nodo::utils::interface
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Feb 2014 13:32:42 +0000 (11:32 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Feb 2014 13:32:42 +0000 (11:32 -0200)
manifests/utils/interface.pp

index 52b7cea4f569a9c771d0c7a473a47f8cceaf8d51..6c77af1e804e07122c11ff861e637ecda38e3cfe 100644 (file)
@@ -3,7 +3,8 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
   package { [ 'awesome',          'eterm',             'weather-util', 'gnome-terminal', 'conky',
               'xterm',            'xscreensaver',      'thunar',       'x11-apps',
               'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',         'lxappearance',
-              'xtitle',           'xclip',             'pcmanfm',      'awesome-extra',  'numlockx' ]:
+              'xtitle',           'xclip',             'pcmanfm',      'awesome-extra',  'numlockx',
+              'metar' ]:
     ensure => installed,
   }