diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 14:21:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 14:21:17 -0300 |
commit | 974b129713a307674d5a847d71ea44069919dab7 (patch) | |
tree | 1253bc7d5529cfe04dca8e2e1eac30c3b8f3b3fb /manifests | |
parent | 7d92ddf69241582224c9567f5f3c90cd2571e352 (diff) | |
download | puppet-mail-974b129713a307674d5a847d71ea44069919dab7.tar.gz puppet-mail-974b129713a307674d5a847d71ea44069919dab7.tar.bz2 |
Enhanced postfixadmin configuration
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 6 |
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" } } |