diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-18 20:26:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-18 20:26:13 -0300 |
commit | 2665cdf664ea8b2d17f4c68fa43f59074661e033 (patch) | |
tree | 56e4abc19e45db9f60c6e5b57bf1aacd5fce057e /manifests/subsystems/utils | |
parent | fd6ef48611dd3c2efe077dba909a91882e89a56b (diff) | |
download | puppet-nodo-2665cdf664ea8b2d17f4c68fa43f59074661e033.tar.gz puppet-nodo-2665cdf664ea8b2d17f4c68fa43f59074661e033.tar.bz2 |
Oops
Diffstat (limited to 'manifests/subsystems/utils')
-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 8b436f9..ceaa161 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', 'tmux', 'xscreensaver', 'rxvt-unicode', 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', - 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx' ] + 'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx' ]: ensure => installed, } |