[Mageia-sysadm] [247] fix syntax
root at mageia.org
root at mageia.org
Fri Nov 12 21:49:14 CET 2010
Revision: 247
Author: boklm
Date: 2010-11-12 21:49:14 +0100 (Fri, 12 Nov 2010)
Log Message:
-----------
fix syntax
Modified Paths:
--------------
puppet/modules/shorewall/manifests/init.pp
Modified: puppet/modules/shorewall/manifests/init.pp
===================================================================
--- puppet/modules/shorewall/manifests/init.pp 2010-11-12 20:46:50 UTC (rev 246)
+++ puppet/modules/shorewall/manifests/init.pp 2010-11-12 20:49:14 UTC (rev 247)
@@ -66,10 +66,10 @@
}
class default_zones {
zone_line { "net ipv4":
- $order => 2,
+ order => 2,
}
zone_line { "fw firewall":
- $order => 3,
+ order => 3,
}
}
@@ -86,13 +86,13 @@
}
class default_policy {
policy_line{ "fw net ACCEPT":
- $order => 2,
+ order => 2,
}
policy_line{ "net all DROP info":
- $order => 3,
+ order => 3,
}
policy_line{ "all all REJECT info":
- $order => 4,
+ order => 4,
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101112/80b09c3c/attachment.html>
More information about the Mageia-sysadm
mailing list