aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shorewall
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-12 20:49:14 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-12 20:49:14 +0000
commit0c709ea4af6388740849828adebccfcef1f70fbc (patch)
tree74c1b598a498264c1dab491ccdee09a065101d7c /modules/shorewall
parent22e36f2c8bd8a5bf9a963d63e3c2909a90e90e84 (diff)
downloadpuppet-0c709ea4af6388740849828adebccfcef1f70fbc.tar
puppet-0c709ea4af6388740849828adebccfcef1f70fbc.tar.gz
puppet-0c709ea4af6388740849828adebccfcef1f70fbc.tar.bz2
puppet-0c709ea4af6388740849828adebccfcef1f70fbc.tar.xz
puppet-0c709ea4af6388740849828adebccfcef1f70fbc.zip
fix syntax
Diffstat (limited to 'modules/shorewall')
-rw-r--r--modules/shorewall/manifests/init.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/shorewall/manifests/init.pp b/modules/shorewall/manifests/init.pp
index 3f9189c9..9c711809 100644
--- a/modules/shorewall/manifests/init.pp
+++ b/modules/shorewall/manifests/init.pp
@@ -66,10 +66,10 @@ class shorewall {
}
class default_zones {
zone_line { "net ipv4":
- $order => 2,
+ order => 2,
}
zone_line { "fw firewall":
- $order => 3,
+ order => 3,
}
}
@@ -86,13 +86,13 @@ class shorewall {
}
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,
}
}