diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-04 13:12:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-04 13:12:31 -0300 |
commit | 126e34605a20b8134719e036bef68568bbc102cb (patch) | |
tree | 3e3b4c6cada18621374a765f618ee81392a0e496 /manifests | |
parent | 6a1f52916eae9c5d19ff9c8441ba32161c40dd46 (diff) | |
download | puppet-nodo-126e34605a20b8134719e036bef68568bbc102cb.tar.gz puppet-nodo-126e34605a20b8134719e036bef68568bbc102cb.tar.bz2 |
Adding weather-util into utils::interface
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index ceaa161..c0efa97 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -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, } |