]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
not needed, is done in the common module
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 16 May 2008 19:52:54 +0000 (19:52 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 16 May 2008 19:52:54 +0000 (19:52 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1482 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index dd7164bbf28670c969597fc47c06723f232a307a..ef4719f97dcd57f1f4737321884d0f7c1cdcea89 100644 (file)
@@ -58,17 +58,6 @@ class shorewall {
        
        # private
        define managed_file () {
-               $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,
-                  mode => 0755, owner => root, group => 0;
-               }
-                               
-               
                concatenated_file { "/var/lib/puppet/modules/shorewall/$name":
                        dir => $dir,
                        mode => 0600,