]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/exim/manifests/init.pp
OK, I think it works now. Go live. what can possibly go wrong?
[dsa-puppet.git] / modules / exim / manifests / init.pp
index 1686b04735bda5a9e25b00956f6d022a7959bb2f..93ea0b62f46704c6a253a3caa519c4a555ff2b61 100644 (file)
@@ -81,6 +81,10 @@ class exim {
           source  => [ "puppet:///exim/per-host/$fqdn/logrotate-exim4-paniclog",
                        "puppet:///exim/common/logrotate-exim4-paniclog" ]
           ;
+        "/etc/exim4/local-auto.conf":
+          require => Package["exim4-daemon-heavy"],
+          content => template("exim-local-auto.erb")
+          ;
     }
 
     exec { "exim4 reload":
@@ -88,12 +92,3 @@ class exim {
         refreshonly => true,
     }
 }
-
-class exim-extended inherits exim {
-    file {
-        "/etc/exim4/test":
-          require => Package["exim4-daemon-heavy"],
-          content => template("exim-test.erb")
-          ;
-    }
-}