From bdc206ee9e4bb7d61f09dd7bd3f02fce7535f996 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 Mar 2015 10:08:45 -0300 Subject: Increase default bandwidth --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 52dd6e1..4f9abef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,8 +3,8 @@ class firewall( $device = hiera('firewall::device', 'eth0'), $zone = hiera('firewall::zone', '-'), $local_net = hiera('firewall::local_net', false), - $in_bandwidth = hiera('firewall::in_bandwidth', '2mbit'), - $out_bandwidth = hiera('firewall::out_bandwidth', '2mbit'), + $in_bandwidth = hiera('firewall::in_bandwidth', '100mbit'), + $out_bandwidth = hiera('firewall::out_bandwidth', '100mbit'), $device_options = hiera('firewall::device_options', 'tcpflags,blacklist,routefilter,nosmurfs,logmartians') ) { class { 'shorewall': } -- cgit v1.2.3