aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
diff options
context:
space:
mode:
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,
}