apache2 ['apache']['version'] which is used in web_app.conf.erb
cloneluke opened this issue · 2 comments
cloneluke commented
this line
https://github.com/bflad/chef-stash/blob/master/templates/default/web_app.conf.erb#L44
uses the version attribute from
https://github.com/sous-chefs/apache2/blob/master/attributes/default.rb
this commit:
sous-chefs/apache2@f8e070c#diff-25e5d4a4446ae12a0d6f1162b6160375L31
to apache2 cookbook (v5.0.0) deprecated that attribute
cloneluke commented
also should version pin to a particular version of apache2 cookbook (3.3.0)
linc01n commented
I got the same bug.
Since apache2 cookbook only supports 2.4 apache. CentOS 6 is having issue running the latest cookbook.