diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-09-26 16:25:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-09-26 16:25:33 -0300 |
commit | 850c8c96d2f247629246af9ef4c4b345127dd614 (patch) | |
tree | 97d933891f44bdad1e2c149e774f26cec2d1f4b4 | |
parent | e079852d8dd6c965ed55ad660b03a452fb624fc3 (diff) | |
download | puppet-firewall-850c8c96d2f247629246af9ef4c4b345127dd614.tar.gz puppet-firewall-850c8c96d2f247629246af9ef4c4b345127dd614.tar.bz2 |
Removing trailing spaces
-rw-r--r-- | manifests/init.pp | 10 |
1 files 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", } |