diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-04-06 21:49:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-04-06 21:49:59 -0300 |
commit | 825fbb72fa187296e723a77817fb936b61fa9bb7 (patch) | |
tree | da0bc8399ccd6a744cb34e970769dc819973b381 /manifests | |
parent | 76f8b31a4756332c4f2668b68f351f078370a322 (diff) | |
download | puppet-exim-825fbb72fa187296e723a77817fb936b61fa9bb7.tar.gz puppet-exim-825fbb72fa187296e723a77817fb936b61fa9bb7.tar.bz2 |
Use split config by default
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7a011ae..b00aa37 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ class exim( $relay_nets = '', $smarthost = '', $cfilemode = '644', - $use_split_config = 'false', + $use_split_config = 'true', $hide_mailname = '', $mailname_in_oh = 'true', $localdelivery = 'mail_spool', |