]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/exim/manifests/init.pp
Add exim4/locals to manifest
[dsa-puppet.git] / modules / exim / manifests / init.pp
index f6bb160fd8b814523c939b3e05f0a1a339120249..bd3db80bce5754f166164914fdaa922209051057 100644 (file)
@@ -56,6 +56,15 @@ class exim {
           source  => [ "puppet:///exim/per-host/$fqdn/helo-check",
                        "puppet:///exim/common/helo-check" ]
           ;
+        "/etc/exim4/locals":
+          owner   => root,
+          group   => root,
+          mode    => 644,
+          ensure  => file,
+          require => Package["exim4-daemon-heavy"],
+          source  => [ "puppet:///exim/per-host/$fqdn/locals",
+                       "puppet:///exim/common/locals" ]
+          ;
         "/etc/exim4/localusers":
           owner   => root,
           group   => root,