Skip to content

Commit

Permalink
Merge pull request #221 from lmickh/master
Browse files Browse the repository at this point in the history
Update firewall dependency
  • Loading branch information
johnbellone committed Sep 23, 2015
2 parents 01bc1cf + 2b3b36f commit bedf13e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
depends 'chef-vault'
depends 'chocolatey'
depends 'golang'
depends 'firewall', '~> 1.6'
depends 'firewall', '~> 2.0.3'
depends 'libartifact', '~> 1.3'
depends 'poise', '~> 2.2'
depends 'poise-service', '~> 1.0'
Expand Down
3 changes: 2 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
firewall_rule 'consul' do
protocol :tcp
port node['consul']['config']['ports'].values
action :allow
action :create
command :allow
end
end

Expand Down

0 comments on commit bedf13e

Please sign in to comment.