summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/wifi.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/wifi.pp b/manifests/wifi.pp
index 161d402..a93ca6a 100644
--- a/manifests/wifi.pp
+++ b/manifests/wifi.pp
@@ -1,4 +1,7 @@
-class firewall::wifi {
+class firewall::wifi (
+ $shorewall_local_net = false,
+ $wifi_device = '',
+) {
$rfc1918 = $shorewall_local_net ? {
true => true,
false => false,