aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-04-24 17:13:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-04-24 17:13:39 -0300
commit3503542a32ab0ef3d31375c246bc4d1d389c42cd (patch)
treebf87d2dd96fa5d73f47069ecbe3cda069aa45f0f /manifests/mail.pp
parentd49fc4e4fe00fa76d296522a0951022d327b088b (diff)
downloadpuppet-nodo-3503542a32ab0ef3d31375c246bc4d1d389c42cd.tar.gz
puppet-nodo-3503542a32ab0ef3d31375c246bc4d1d389c42cd.tar.bz2
Minor fix
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index be544c0..cf9d589 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -13,7 +13,7 @@ class nodo::mail {
ensure => installed,
}
- package { [ 'squirrelmail', 'squirrelmail-secure-login', ' squirrelmail-locales' ]:
+ package { [ 'squirrelmail', 'squirrelmail-secure-login', 'squirrelmail-locales' ]:
ensure => installed,
}
}