From: Stephen Gran Date: Sat, 20 Feb 2010 22:39:05 +0000 (+0000) Subject: try without a source for the directory X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a1a623c8c95076d6d2c13c0d8ed81860eae626ee;p=dsa-puppet.git try without a source for the directory Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 709effc4..4157049d 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -21,7 +21,6 @@ class ferm { purge => true, force => true, recurse => true, - source => "puppet:///files/empty/", require => Package["ferm"]; "/etc/ferm/conf.d": ensure => directory,