From 825fbb72fa187296e723a77817fb936b61fa9bb7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 6 Apr 2016 21:49:59 -0300 Subject: Use split config by default --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3