diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 18:41:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 18:41:34 -0200 |
commit | a6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1 (patch) | |
tree | bfae808b806707f35039a7fefc9e5aba26a62496 /manifests | |
parent | 3106e1fd5188d27c11dd85227ed595a61fb05518 (diff) | |
download | puppet-mail-a6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1.tar.gz puppet-mail-a6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1.tar.bz2 |
Minor fix (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 2 |
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}" } } |