From: Silvio Rhatto Date: Fri, 26 Sep 2014 19:25:33 +0000 (-0300) Subject: Removing trailing spaces X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=850c8c96d2f247629246af9ef4c4b345127dd614;p=puppet-firewall.git Removing trailing spaces --- 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", }