From: Stephen Gran Date: Mon, 16 Apr 2012 12:39:19 +0000 (+0100) Subject: we own this dir X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5ea37807b322b81a3da0a113f54c2fbeb0efc0ee;p=mirror%2Fdsa-puppet.git we own this dir Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index a977e9899..03025d535 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -54,6 +54,10 @@ class ferm { file { '/etc/ferm/conf.d': ensure => directory, mode => '0555', + purge => true, + force => true, + recurse => true, + source => 'puppet:///files/empty/', } file { '/etc/default/ferm': source => 'puppet:///modules/ferm/ferm.default',