aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-30 17:56:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-30 17:56:26 -0200
commitb91f479fdd5d9d9ee17728c00d6385388d6da46a (patch)
treee5a40763d71414862f359c0a769bab592e098876
parent1975cd7337b7289f48d9eaaac6a734f98475b5c4 (diff)
downloadpuppet-nodo-b91f479fdd5d9d9ee17728c00d6385388d6da46a.tar.gz
puppet-nodo-b91f479fdd5d9d9ee17728c00d6385388d6da46a.tar.bz2
Minor fix
-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 cca6ae2..bced6aa 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -4,7 +4,7 @@ class utils::interface {
'xterm', 'bash-completion', 'tmux', 'xscreensaver', 'rxvt-unicode',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
'xtitle', 'xclip', 'conkyforecast', 'awesome-extra', 'numlockx',
- 'weather-util' 'pcmanfm', 'thunar' ]:
+ 'weather-util', 'pcmanfm', 'thunar' ]:
ensure => installed,
}