aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-24 19:13:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-24 19:13:52 -0300
commit7078732787eaf5c2d095f48ee7d38daf29fd9dae (patch)
tree46fc609f594582eb47d1922db03c39fb0e7b988d /manifests
parent206cfbe27339ec1428f99e6a286d5f0435a402cb (diff)
downloadpuppet-nodo-7078732787eaf5c2d095f48ee7d38daf29fd9dae.tar.gz
puppet-nodo-7078732787eaf5c2d095f48ee7d38daf29fd9dae.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/debian.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index 8e16692..f74509c 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -14,8 +14,8 @@ class utils::personal::debian {
}
# Interface
- package { [ 'awesome', 'eterm', 'fluxbox', 'gdm', 'conky',
- 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver' 'rxvt-unicode',
+ package { [ 'awesome', 'eterm', 'fluxbox', 'gdm', 'conky',
+ 'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', ]:
ensure => installed,
}