summaryrefslogtreecommitdiff
path: root/manifests/schleuder.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-27 17:00:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-27 17:00:29 -0300
commit86dfb7091fff032575cf322ab9f6132e4be49cdb (patch)
tree743c7d6ccf02ab3f4b23ffbfad7b56c49e825e63 /manifests/schleuder.pp
parent54b0b38ac1d2a498f6426b085b7b0c4dad31f5a8 (diff)
downloadpuppet-mail-86dfb7091fff032575cf322ab9f6132e4be49cdb.tar.gz
puppet-mail-86dfb7091fff032575cf322ab9f6132e4be49cdb.tar.bz2
Introducing schleuder_subdomain; postfix_mydestination now has sympa_mydestination and schleuder_mydestination
Diffstat (limited to 'manifests/schleuder.pp')
-rw-r--r--manifests/schleuder.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/schleuder.pp b/manifests/schleuder.pp
index ae51c9c..1be2f7a 100644
--- a/manifests/schleuder.pp
+++ b/manifests/schleuder.pp
@@ -4,7 +4,7 @@ class mail::schleuder {
postfix::config { "schleuder_destination_recipient_limit": value => '1' }
- postfix::transport { "encrypted.$domain":
+ postfix::transport { "${schleuder_subdomain}.$domain":
ensure => present,
destination => "schleuder",
}