]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
enable purge
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 16 May 2008 16:22:25 +0000 (16:22 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 16 May 2008 16:22:25 +0000 (16:22 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1471 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

files/empty/.git_placeholder [new file with mode: 0644]
manifests/init.pp

diff --git a/files/empty/.git_placeholder b/files/empty/.git_placeholder
new file mode 100644 (file)
index 0000000..89cb1fe
--- /dev/null
@@ -0,0 +1 @@
+# file needed for git - don't remove it
index ee4ab90e9af5a2ca732692c5ccdd0a3c0423aa98..dd7164bbf28670c969597fc47c06723f232a307a 100644 (file)
@@ -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,