From bdb83707fab4ff3f1ff01122e9eea038e4f73a0a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 9 Apr 2012 11:21:13 +0200 Subject: [PATCH] Add a couple notify->ferm. maybe they help? --- modules/ferm/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) 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'], } } -- 2.20.1