Update firewall_rule resource

Updated cookbook
This commit is contained in:
Greg Karékinian
2016-02-19 18:11:43 +01:00
parent 0c98e1c51a
commit 255ff036c3
4 changed files with 6 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
firewall_rule 'sockethub' do
port node['sockethub']['external_port'].to_i
protocol :tcp
action :allow
command :allow
end
include_recipe 'kosmos-nginx'