From: Stephen Gran Date: Mon, 8 Mar 2010 17:55:49 +0000 (+0000) Subject: and let's try pointing at the right file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3d622da16faa097a499be2ef522aff52706a720d;p=mirror%2Fdsa-puppet.git and let's try pointing at the right file Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 1f3c2e31f..b565a5a1d 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -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"]; }