From: Peter Palfrader Date: Mon, 9 Apr 2012 09:21:13 +0000 (+0200) Subject: Add a couple notify->ferm. maybe they help? X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bdb83707fab4ff3f1ff01122e9eea038e4f73a0a;p=mirror%2Fdsa-puppet.git Add a couple notify->ferm. maybe they help? --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index bb9e81b15..048ce4e0d 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -55,15 +55,19 @@ class ferm { } file { '/etc/ferm/ferm.conf': source => 'puppet:///modules/ferm/ferm.conf', + notify => Service['ferm'], } file { '/etc/ferm/conf.d/me.conf': content => template('ferm/me.conf.erb'), + notify => Service['ferm'], } file { '/etc/ferm/conf.d/defs.conf': content => template('ferm/defs.conf.erb'), + notify => Service['ferm'], } file { '/etc/ferm/conf.d/interfaces.conf': content => template('ferm/interfaces.conf.erb'), + notify => Service['ferm'], } file { '/etc/logrotate.d/ulogd': source => 'puppet:///modules/ferm/logrotate-ulogd', @@ -74,6 +78,7 @@ class ferm { if getfromhash($site::nodeinfo, 'buildd') { file { '/etc/ferm/conf.d/load_ftp_conntrack.conf': source => 'puppet:///modules/ferm/conntrack_ftp.conf', + notify => Service['ferm'], } }