Skip to content

Commit

Permalink
Merge pull request #510 from stem/master
Browse files Browse the repository at this point in the history
Change nginx deps to chef_nginx
  • Loading branch information
snkutlu committed Feb 14, 2017
2 parents 4ab9b5e + c2de422 commit 9074643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -15,7 +15,7 @@
depends 'apache2', '>= 2.0'
depends 'zap', '>= 0.6.0'

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

Expand Down
2 changes: 1 addition & 1 deletion recipes/nginx.rb
Expand Up @@ -30,7 +30,7 @@
end
end

include_recipe 'nginx'
include_recipe 'chef_nginx'

%w(default 000-default).each do |disable_site|
nginx_site disable_site do
Expand Down

0 comments on commit 9074643

Please sign in to comment.