]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
merged with puzzle
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Tue, 24 Jun 2008 09:31:19 +0000 (09:31 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Tue, 24 Jun 2008 09:31:19 +0000 (09:31 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1638 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 33d9729bf9e3ae21b8dbec3aeb83264d3493fa96..ac66c4015c7dfe950b82895d1a2cd099fe46707d 100644 (file)
@@ -15,7 +15,6 @@
 #  * add 000-header and 999-footer files for all managed_files
 #  * added rule_section define and a few more parameters for rules
 #  * add managing for masq, proxyarp, blacklist, nat, rfc1918
-#
 # adapted by immerda project group - admin+puppet(at)immerda.ch
 # adapted by Puzzle ITC - haerry+puppet(at)puzzle.ch
 #
@@ -38,7 +37,7 @@ class shorewall {
 
     # private
        define managed_file () {
-        $dir = "/var/lib/puppet/modules/shorewall/${name}.d"
+               $dir = "/var/lib/puppet/modules/shorewall/${name}.d"
                concatenated_file { "/var/lib/puppet/modules/shorewall/$name":
             dir => $dir,
                        mode => 0600,