diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-14 23:32:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-14 23:32:00 -0300 |
commit | 4c61504f7c96294e5f05570e154f27ce80923e53 (patch) | |
tree | 2c14eb2cc4361bd14026e37c374ca1ae3246e61c /manifests/subsystems/utils/interface.pp | |
parent | 851985a3a0b8cf3dfe3a74103ee8fce0c5f8b295 (diff) | |
download | puppet-nodo-4c61504f7c96294e5f05570e154f27ce80923e53.tar.gz puppet-nodo-4c61504f7c96294e5f05570e154f27ce80923e53.tar.bz2 |
Adding awesome-extra and numlockx into utils::interface
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r-- | manifests/subsystems/utils/interface.pp | 2 |
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, } } |