Skip to content

Commit

Permalink
Use nginx >= 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoekstra committed Sep 18, 2017
1 parent dcfc204 commit de52d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
recipe 'nagios::pagerduty', 'Integrates contacts w/ PagerDuty API'

depends 'apache2', '>= 4.0'
depends 'nginx', '>= 7.0'
depends 'php-fpm', '>= 0.7.9'
depends 'zap', '>= 0.6.0'

%w( build-essential php nginx yum-epel nrpe ).each do |cb|
%w( build-essential php yum-epel nrpe ).each do |cb|
depends cb
end

Expand Down

0 comments on commit de52d04

Please sign in to comment.