diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-08 18:18:57 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-08 18:18:57 -0300 | 
| commit | f5a3a15f6fc48212a3b03c1f9fef09050e4e1899 (patch) | |
| tree | 48a9b53d6a291092e47672b6237edc4317fae1c2 /manifests | |
| parent | 4c5091170ff2eda2f53fa42bbf24fb4b00fc3c1d (diff) | |
| download | puppet-nodo-f5a3a15f6fc48212a3b03c1f9fef09050e4e1899.tar.gz puppet-nodo-f5a3a15f6fc48212a3b03c1f9fef09050e4e1899.tar.bz2  | |
Add conky-all package
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/interface.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 90d6020..3a165a9 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -1,7 +1,7 @@  class nodo::utils::interface inherits nodo::utils::interface::console {    # Interface    package { [ 'awesome',          'eterm',             'weather-util', 'gnome-terminal', 'conky', -              'xterm',            'xscreensaver',      'thunar',       'x11-apps', +              'xterm',            'xscreensaver',      'thunar',       'x11-apps',       'conky-all',                'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',         'lxappearance',                'xtitle',           'xclip',             'pcmanfm',      'awesome-extra',  'numlockx',                'metar',            'wmctrl',            'xsel',         'xinput' ]:  | 
