aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-31 14:47:44 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-31 14:47:44 -0200
commitfedb88509e093c055d60938a8331fba497797a2a (patch)
tree02160583691f1ccf99faed26bb8a37b2408c04f1 /manifests/subsystems/utils/interface.pp
parent1fe06c40d6a57462fe27b0766567d069846f9000 (diff)
downloadpuppet-nodo-fedb88509e093c055d60938a8331fba497797a2a.tar.gz
puppet-nodo-fedb88509e093c055d60938a8331fba497797a2a.tar.bz2
Updating packages
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r--manifests/subsystems/utils/interface.pp7
1 files changed, 3 insertions, 4 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index e5f2045..e1a5ddd 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -1,15 +1,14 @@
class utils::interface {
# Interface
- package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky',
+ package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky',
'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
- 'weather-util' ]:
+ 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx' ]:
ensure => installed,
}
# Old stuff
- package { 'conkyforecast':
+ package { [ 'conkyforecast', 'fluxbox' ]:
ensure => absent,
}