diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 19:48:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 19:48:39 -0300 |
commit | fd8c76f13c121170fad23964018a228df198c054 (patch) | |
tree | a584ac157ee3ebb164436145f157766271c54fc2 | |
parent | 88d3e83a8be1f7562a135c9779b303341b76c250 (diff) | |
download | puppet-mail-fd8c76f13c121170fad23964018a228df198c054.tar.gz puppet-mail-fd8c76f13c121170fad23964018a228df198c054.tar.bz2 |
Minor change
-rw-r--r-- | manifests/system.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index 9946f2e..9338f86 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -18,6 +18,7 @@ class mail::system { $postfixadmin_setup_hash = 'changeme' } } + case $postfixadmin_database_user { '': { $postfixadmin_database_user = "postfix" } } |