summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-19 14:37:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-19 14:37:51 -0300
commit7e754749a68ffe41a22f64f25673f80f9fec0977 (patch)
tree7a0909f1c977b6edd6ba0224df6dc48e2ad8f955 /manifests/sympa.pp
parent0dc57747545e8256b443d90495faee72cce5111d (diff)
downloadpuppet-mail-7e754749a68ffe41a22f64f25673f80f9fec0977.tar.gz
puppet-mail-7e754749a68ffe41a22f64f25673f80f9fec0977.tar.bz2
Oops
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index 3c25d5d..20588d8 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -30,7 +30,7 @@ class mail::sympa inherits mail::regexps {
database::instance { "$sympa_database_name":
password => "$sympa_database_password",
privileges => $lsbdistcodename ? {
- 'lenny' => 'all'.
+ 'lenny' => 'all',
default => [ 'alter_priv', 'alter_routine_priv', 'create_priv',
'create_routine_priv', 'create_tmp_table_priv',
'create_view_priv', 'delete_priv', 'drop_priv',