diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-05-16 16:22:25 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-05-16 16:22:25 +0000 |
commit | 9c3356f5a36dd59b348d94cf9d9a04f6fc57796f (patch) | |
tree | d760596e637456f82fbdfaa85f3a3d6886fd2e57 /manifests | |
parent | 7c6a4ea462d8c56a34e99c1249cae3868796b07a (diff) | |
download | puppet-shorewall-9c3356f5a36dd59b348d94cf9d9a04f6fc57796f.tar.gz puppet-shorewall-9c3356f5a36dd59b348d94cf9d9a04f6fc57796f.tar.bz2 |
enable purge
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1471 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ee4ab90..dd7164b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -61,6 +61,7 @@ class shorewall { $dir = "/var/lib/puppet/modules/shorewall/${name}.d" file {"${dir}": + source => "puppet://$server/shorewall/empty", # so we can purge ensure => directory, force => true, purge => true, |