summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:41:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:41:34 -0200
commita6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1 (patch)
treebfae808b806707f35039a7fefc9e5aba26a62496 /manifests/system.pp
parent3106e1fd5188d27c11dd85227ed595a61fb05518 (diff)
downloadpuppet-mail-a6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1.tar.gz
puppet-mail-a6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1.tar.bz2
Minor fix (2)
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 98340e2..b22d424 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -57,7 +57,7 @@ class mail::system {
# Schleuder mailing list manager
case hiera('mail_schleuder', false) {
true: {
- class { 'mail::schleuder: }
+ class { 'mail::schleuder': }
$schleuder_relay_domains = ", ${mail::schleuder::subdomain}.${domain}"
}
}