aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-14 23:32:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-14 23:32:00 -0300
commit4c61504f7c96294e5f05570e154f27ce80923e53 (patch)
tree2c14eb2cc4361bd14026e37c374ca1ae3246e61c /manifests/subsystems
parent851985a3a0b8cf3dfe3a74103ee8fce0c5f8b295 (diff)
downloadpuppet-nodo-4c61504f7c96294e5f05570e154f27ce80923e53.tar.gz
puppet-nodo-4c61504f7c96294e5f05570e154f27ce80923e53.tar.bz2
Adding awesome-extra and numlockx into utils::interface
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/interface.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index 3f78c0f..d975a67 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', 'conkyforecast' ]:
+ 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx' ]:
ensure => installed,
}
}