summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-05-16 16:22:25 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-05-16 16:22:25 +0000
commit9c3356f5a36dd59b348d94cf9d9a04f6fc57796f (patch)
treed760596e637456f82fbdfaa85f3a3d6886fd2e57
parent7c6a4ea462d8c56a34e99c1249cae3868796b07a (diff)
downloadpuppet-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
-rw-r--r--files/empty/.git_placeholder1
-rw-r--r--manifests/init.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/files/empty/.git_placeholder b/files/empty/.git_placeholder
new file mode 100644
index 0000000..89cb1fe
--- /dev/null
+++ b/files/empty/.git_placeholder
@@ -0,0 +1 @@
+# file needed for git - don't remove it
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,