summaryrefslogtreecommitdiff
path: root/manifests/postfixadmin.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-26 12:06:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-26 12:06:16 -0300
commitd40ab8dae8691b7b3692d2bb748bff755937d490 (patch)
tree65b7e43220ff9b58bf3f0998199e96b47d0c39db /manifests/postfixadmin.pp
parentdb85b89742382894cb5736fa6a654e92dc92bf20 (diff)
downloadpuppet-mail-d40ab8dae8691b7b3692d2bb748bff755937d490.tar.gz
puppet-mail-d40ab8dae8691b7b3692d2bb748bff755937d490.tar.bz2
Moving parameters from mail::postfixadmin to mail::virtual
Diffstat (limited to 'manifests/postfixadmin.pp')
-rw-r--r--manifests/postfixadmin.pp24
1 files changed, 0 insertions, 24 deletions
diff --git a/manifests/postfixadmin.pp b/manifests/postfixadmin.pp
index e00d8ce..b974515 100644
--- a/manifests/postfixadmin.pp
+++ b/manifests/postfixadmin.pp
@@ -1,28 +1,4 @@
class mail::postfixadmin {
- # Class configuration
- case $postfixadmin_database_password {
- '': { 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" }
- }
-
- case $postfixadmin_database_host {
- '': { $postfixadmin_database_host = "localhost" }
- }
-
- case $postfixadmin_database_name {
- '': { $postfixadmin_database_name= "postfix" }
- }
-
#
# Database configuration
#