]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
and let's try pointing at the right file
authorStephen Gran <steve@lobefin.net>
Mon, 8 Mar 2010 17:55:49 +0000 (17:55 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 8 Mar 2010 17:55:49 +0000 (17:55 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/init.pp

index 1f3c2e31f8173754a287646a78a883840a1ab8cb..b565a5a1d51bb178691f9b00c7efc21410f0ace3 100644 (file)
@@ -66,7 +66,7 @@ class ferm {
         'true': {
             file {
                 "/etc/ferm/conf.d/load_ftp_conntrack.conf":
-                    source => "puppet:///ferm/ferm.default",
+                    source => "puppet:///ferm/conntrack_ftp.conf",
                     require => Package["ferm"],
                     notify  => Exec["ferm restart"];
             }