Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Rollback chef-nginx due Chef suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
waltercool committed Jun 8, 2018
1 parent 2a35465 commit e78d044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Provider::KibanaWeb < Chef::Provider::LWRPBase # ~FC057, ~FC058
when 'nginx'
node.set['nginx']['default_site_enabled'] = resources[:default_site_enabled]
node.set['nginx']['install_method'] = node['kibana']['nginx']['install_method']
@run_context.include_recipe 'chef_nginx'
@run_context.include_recipe 'nginx'

template "#{node['nginx']['dir']}/sites-available/#{resources[:name]}" do
source resources[:template]
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

version '3.0.2'

%w(git chef_nginx apache2 ark libarchive java runit compat_resource).each do |cb|
%w(git nginx apache2 ark libarchive java runit compat_resource).each do |cb|
depends cb
end

Expand Down

0 comments on commit e78d044

Please sign in to comment.