From 850c8c96d2f247629246af9ef4c4b345127dd614 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 26 Sep 2014 16:25:33 -0300 Subject: Removing trailing spaces --- manifests/init.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index f9029ef..c76b291 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -27,7 +27,7 @@ class firewall( # shorewall::policy { 'vm-net': sourcezone => 'vm', - destinationzone => 'net', + destinationzone => 'net', policy => 'ACCEPT', order => 1, } @@ -45,10 +45,10 @@ class firewall( policy => 'ACCEPT', order => 3, } - + shorewall::policy { 'net-all': sourcezone => 'net', - destinationzone => 'all', + destinationzone => 'all', policy => 'DROP', order => 4, } @@ -172,7 +172,7 @@ class firewall( shorewall::tcrules { "ssh-tcp": order => "1", source => "0.0.0.0/0", - destination => "0.0.0.0/0", + destination => "0.0.0.0/0", protocol => "tcp", ports => "22", } @@ -180,7 +180,7 @@ class firewall( shorewall::tcrules { "ssh-udp": order => "1", source => "0.0.0.0/0", - destination => "0.0.0.0/0", + destination => "0.0.0.0/0", protocol => "udp", ports => "22", } -- cgit v1.2.3