summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 14:21:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 14:21:17 -0300
commit974b129713a307674d5a847d71ea44069919dab7 (patch)
tree1253bc7d5529cfe04dca8e2e1eac30c3b8f3b3fb /manifests
parent7d92ddf69241582224c9567f5f3c90cd2571e352 (diff)
downloadpuppet-mail-974b129713a307674d5a847d71ea44069919dab7.tar.gz
puppet-mail-974b129713a307674d5a847d71ea44069919dab7.tar.bz2
Enhanced postfixadmin configuration
Diffstat (limited to 'manifests')
-rw-r--r--manifests/system.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index f5008a7..b018fc1 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -11,6 +11,12 @@ class mail::system {
'': { fail("You need to define \$postfixadmin_database_password host config") }
}
+ case $postfixadmin_setup_hash {
+ '': {
+ warning("You need to define \$postfixadmin_setup_hash host config")
+ $postfixadmin_setup_hash = 'changeme'
+ }
+ }
case $postfixadmin_database_user {
'': { $postfixadmin_database_user = "postfix" }
}