aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-18 20:26:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-18 20:26:13 -0300
commit2665cdf664ea8b2d17f4c68fa43f59074661e033 (patch)
tree56e4abc19e45db9f60c6e5b57bf1aacd5fce057e /manifests
parentfd6ef48611dd3c2efe077dba909a91882e89a56b (diff)
downloadpuppet-nodo-2665cdf664ea8b2d17f4c68fa43f59074661e033.tar.gz
puppet-nodo-2665cdf664ea8b2d17f4c68fa43f59074661e033.tar.bz2
Oops
Diffstat (limited to 'manifests')
-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 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,
}