aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 77a845c..f6d9b99 100644
--- a/README
+++ b/README
@@ -51,10 +51,9 @@ class config::site_shorewall($startup = '1') {
order => 100;
}
- $shorewall_main_interface hiera('shorewall_main_interface','eth0')
- shorewall::interface { $shorewall_main_interface:
+ shorewall::interface { 'eth0':
zone => 'net',
- rfc1918 => hiera('shorewall_rfc1918_maineth',true)
+ rfc1918 => true,
options => 'tcpflags,blacklist,nosmurfs';
}