]> gitweb.fluxo.info Git - puppet-exim.git/commitdiff
Use split config by default
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Apr 2016 00:49:59 +0000 (21:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Apr 2016 00:49:59 +0000 (21:49 -0300)
manifests/init.pp

index 7a011ae602bfe749f1838d80623703a0ed5ae53c..b00aa375de57a3eee8907948092d6b4c4b2c4cb1 100644 (file)
@@ -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',