summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/system.pp')
-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" }
}