From: Stephen Gran Date: Mon, 8 Mar 2010 17:53:35 +0000 (+0000) Subject: and the inevitable syntax error X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8b2a071ea57ad9e2e6367d30eef0f533c60ecd39;p=dsa-puppet.git and the inevitable syntax error Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index d58e440a..1f3c2e31 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -63,11 +63,13 @@ class ferm { } case extractnodeinfo($nodeinfo, 'buildd') { - file { - "/etc/ferm/conf.d/load_ftp_conntrack.conf": - source => "puppet:///ferm/ferm.default", - require => Package["ferm"], - notify => Exec["ferm restart"]; + 'true': { + file { + "/etc/ferm/conf.d/load_ftp_conntrack.conf": + source => "puppet:///ferm/ferm.default", + require => Package["ferm"], + notify => Exec["ferm restart"]; + } } }