summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 13:33:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 13:33:16 -0300
commit882512b64dc8ae53ea5f7a661ed325133653bf6f (patch)
tree17d98e26fd541d74c7e9f9801f3011e422d490ed /manifests/system.pp
parent578987e73074ea93f569e9f07249f59dd9f2f609 (diff)
downloadpuppet-mail-882512b64dc8ae53ea5f7a661ed325133653bf6f.tar.gz
puppet-mail-882512b64dc8ae53ea5f7a661ed325133653bf6f.tar.bz2
Postfixadmin configuration
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 3e39d68..f5008a7 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -7,20 +7,20 @@ class mail::system {
'': { $postfix_mynetworks = "127.0.0.0/8" }
}
- case $postfixadmin_password {
- '': { fail("You need to define \$postfixadmin_password host config") }
+ case $postfixadmin_database_password {
+ '': { fail("You need to define \$postfixadmin_database_password host config") }
}
- case $postfixadmin_user {
- '': { $postfixadmin_user = "postfix" }
+ case $postfixadmin_database_user {
+ '': { $postfixadmin_database_user = "postfix" }
}
- case $postfixadmin_hosts {
- '': { $postfixadmin_hosts = "localhost" }
+ case $postfixadmin_database_host {
+ '': { $postfixadmin_database_host = "localhost" }
}
- case $postfixadmin_dbname {
- '': { $postfixadmin_dbname= "postfix" }
+ case $postfixadmin_database_name {
+ '': { $postfixadmin_database_name= "postfix" }
}
# Module requirements