aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall.pp
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.pp
parent6c3389e769d79cedb91f612678d58e6762c89366 (diff)
downloadpuppet-nodo-52f68bb9ec16ebd8843d7f1aac245e1126d17ded.tar.gz
puppet-nodo-52f68bb9ec16ebd8843d7f1aac245e1126d17ded.tar.bz2
Minor changes
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r--manifests/subsystems/firewall.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp
index 841757a..c3c5396 100644
--- a/manifests/subsystems/firewall.pp
+++ b/manifests/subsystems/firewall.pp
@@ -200,7 +200,7 @@ class firewall {
}
if $shorewall_local_net {
- class { 'firewall::local':
+ class { "firewall::local":
network => $shorewall_local_net_network,
interface => $shorewall_local_net_iface,
manage_host => $shorewall_local_net_manage_host,