aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-13 21:34:55 -0300
committermh <mh@immerda.ch>2012-06-13 21:34:55 -0300
commit210b66ab54f1c57a10a2e9a342559f77e649658f (patch)
tree01a9ff90a2905736b9c7a52004c97f3e383bd4ba /README
parentd1c97a77e3ab7add830ba1f0f377e57b612c44d8 (diff)
downloadpuppet-shorewall-210b66ab54f1c57a10a2e9a342559f77e649658f.tar.gz
puppet-shorewall-210b66ab54f1c57a10a2e9a342559f77e649658f.tar.bz2
migrate away from hiera stuff
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';
}