diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-06 22:15:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-06 22:15:50 -0300 |
commit | 3dba502c33c6bb51109d119a1624e322b63def8c (patch) | |
tree | 0ee6d17ff6c3c811bf17070022634ceed11c7427 /manifests/subsystems | |
parent | 6b898c9541d4e0f4be0f4a934bca3e794a989f8a (diff) | |
download | puppet-nodo-3dba502c33c6bb51109d119a1624e322b63def8c.tar.gz puppet-nodo-3dba502c33c6bb51109d119a1624e322b63def8c.tar.bz2 |
Adding conkyforecast package into utils::interface
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index 6b28aac..3f78c0f 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -3,7 +3,7 @@ class utils::interface { package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky', 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode', 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', - 'xtitle', 'xclip' ]: + 'xtitle', 'xclip', 'conkyforecast' ]: ensure => installed, } } |