aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-11 17:38:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-11 17:38:25 -0300
commit52f68bb9ec16ebd8843d7f1aac245e1126d17ded (patch)
tree053ab01c4f74590862bee179c16cd2086fa2fe3e /manifests/subsystems/firewall
parent6c3389e769d79cedb91f612678d58e6762c89366 (diff)
downloadpuppet-nodo-52f68bb9ec16ebd8843d7f1aac245e1126d17ded.tar.gz
puppet-nodo-52f68bb9ec16ebd8843d7f1aac245e1126d17ded.tar.bz2
Minor changes
Diffstat (limited to 'manifests/subsystems/firewall')
-rw-r--r--manifests/subsystems/firewall/local.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/firewall/local.pp b/manifests/subsystems/firewall/local.pp
index 71c21cd..a9b40a9 100644
--- a/manifests/subsystems/firewall/local.pp
+++ b/manifests/subsystems/firewall/local.pp
@@ -2,7 +2,7 @@ class firewall::local($network = '192.168.1.0/24', $interface = 'eth0', $manage_
if $manage_host {
shorewall::host { "$interface-loc":
- name => "$interface:$network",
+ name => "$interface:$network",
zone => 'loc',
options => '',
order => '3',
@@ -10,7 +10,7 @@ class firewall::local($network = '192.168.1.0/24', $interface = 'eth0', $manage_
}
if $manage_interface {
- shorewall::interface { $interface:
+ shorewall::interface { "$interface":
zone => 'loc',
rfc1918 => true,
dhcp => true,