aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-30 17:10:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-30 17:10:33 -0200
commitc17900e55d18401f3642eab11a5bff6688d724ee (patch)
tree04d3ccf8249e899b6b9f2ce09345565f3f31724e /manifests/subsystems/utils/interface.pp
parent4c312aa6c5bad00265166871f9fdaa780de584f7 (diff)
downloadpuppet-nodo-c17900e55d18401f3642eab11a5bff6688d724ee.tar.gz
puppet-nodo-c17900e55d18401f3642eab11a5bff6688d724ee.tar.bz2
Removing old packages
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r--manifests/subsystems/utils/interface.pp9
1 files changed, 7 insertions, 2 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index 0ca228d..e5f2045 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -3,11 +3,16 @@ class utils::interface {
package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky',
'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'thunar',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx',
- 'weather-util', 'pcmanfm' ]:
+ 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx',
+ 'weather-util' ]:
ensure => installed,
}
+ # Old stuff
+ package { 'conkyforecast':
+ ensure => absent,
+ }
+
# Fonts
package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'ttf-inconsolata' ]:
ensure => installed,