bflad / chef-stash

Chef Cookbook for Atlassian Stash
Other
37 stars 42 forks source link

apache2 ['apache']['version'] which is used in web_app.conf.erb #187

Open cloneluke opened 7 years ago

cloneluke commented 7 years ago

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:

https://github.com/sous-chefs/apache2/commit/f8e070cf89122959f297ed6a7cfaa7841b182dd3#diff-25e5d4a4446ae12a0d6f1162b6160375L31

to apache2 cookbook (v5.0.0) deprecated that attribute

cloneluke commented 7 years ago

also should version pin to a particular version of apache2 cookbook (3.3.0)

linc01n commented 7 years ago

I got the same bug.

Since apache2 cookbook only supports 2.4 apache. CentOS 6 is having issue running the latest cookbook.