Closed virtuman closed 5 years ago
8.1.5
12.x
centos baremetal
nginx.conf.erb depends on deprecated variable
deprecation notice can be found here: https://github.com/chef-cookbooks/nginx#nginxsource
and the line referencing deprecated variable: https://github.com/chef-cookbooks/nginx/blob/master/templates/default/nginx.conf.erb#L122
it should probably use ['default_configure_flags'].include? for proper behavior
['default_configure_flags'].include?
This should be fixed in the latest release. If this isn't the case please reopen!
Thanks, Dan
Cookbook version
8.1.5
Chef-client version
12.x
Platform Details
centos baremetal
Scenario:
nginx.conf.erb depends on deprecated variable
deprecation notice can be found here: https://github.com/chef-cookbooks/nginx#nginxsource
and the line referencing deprecated variable: https://github.com/chef-cookbooks/nginx/blob/master/templates/default/nginx.conf.erb#L122
Steps to Reproduce:
Expected Result:
it should probably use
['default_configure_flags'].include?
for proper behavior