diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-19 14:37:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-19 14:37:51 -0300 |
commit | 7e754749a68ffe41a22f64f25673f80f9fec0977 (patch) | |
tree | 7a0909f1c977b6edd6ba0224df6dc48e2ad8f955 /manifests | |
parent | 0dc57747545e8256b443d90495faee72cce5111d (diff) | |
download | puppet-mail-7e754749a68ffe41a22f64f25673f80f9fec0977.tar.gz puppet-mail-7e754749a68ffe41a22f64f25673f80f9fec0977.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/sympa.pp | 2 |
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', |