summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 19:48:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 19:48:39 -0300
commitfd8c76f13c121170fad23964018a228df198c054 (patch)
treea584ac157ee3ebb164436145f157766271c54fc2 /manifests
parent88d3e83a8be1f7562a135c9779b303341b76c250 (diff)
downloadpuppet-mail-fd8c76f13c121170fad23964018a228df198c054.tar.gz
puppet-mail-fd8c76f13c121170fad23964018a228df198c054.tar.bz2
Minor change
Diffstat (limited to 'manifests')
-rw-r--r--manifests/system.pp1
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" }
}