aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall/wifi.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/firewall/wifi.pp')
-rw-r--r--manifests/subsystems/firewall/wifi.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystems/firewall/wifi.pp b/manifests/subsystems/firewall/wifi.pp
index d59ce50..161d402 100644
--- a/manifests/subsystems/firewall/wifi.pp
+++ b/manifests/subsystems/firewall/wifi.pp
@@ -32,19 +32,19 @@ class firewall::wifi {
name => "$wifi_dev:192.168.0.0/24",
zone => 'vm',
options => '',
- order => '1',
+ order => 1,
}
shorewall::host { "$wifi_dev":
name => "$wifi_dev:0.0.0.0/0",
zone => 'net',
options => '',
- order => '2',
+ order => 2,
}
shorewall::masq { "$wifi_dev":
interface => "$wifi_dev:!192.168.0.0/24",
source => '192.168.0.0/24',
- order => '1',
+ order => 1,
}
}