diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-09 11:32:42 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-09 11:32:42 -0200 | 
| commit | f6b0a0afc3e325d8be519fb5eeb139c374e61208 (patch) | |
| tree | f55df93ad5b58b61feddb709c7b7465a00ab3228 /manifests/utils/interface.pp | |
| parent | 94953980a78efb63b154041683c4adc998824790 (diff) | |
| download | puppet-nodo-f6b0a0afc3e325d8be519fb5eeb139c374e61208.tar.gz puppet-nodo-f6b0a0afc3e325d8be519fb5eeb139c374e61208.tar.bz2 | |
Adding metar into nodo::utils::interface
Diffstat (limited to 'manifests/utils/interface.pp')
| -rw-r--r-- | manifests/utils/interface.pp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 52b7cea..6c77af1 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -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,    } | 
