bloomberg / cobbler-cookbook

A Chef cookbook for installing and maintaining Cobbler
Other
7 stars 15 forks source link

work with apache2 cookbook instead of breaking #3

Open dmlb2000 opened 8 years ago

dmlb2000 commented 8 years ago

This adds a recipe to include if the box happens to also include the apache2 recipe somewhere, set the attribute node[:cobbler][:include_apache2] to make it setup the apache2 cookbook correctly to work with cobbler.

johnbellone commented 8 years ago

/cc @cbaenziger

cbaenziger commented 7 years ago

Hi @dmlb2000 , sorry for missing your PR here. I've been arguing with the Apache2 cookbook to merge your PR and am finding it to be a very painful cookbook to test with our test-kitchen for a few reasons:

I've pushed my attempt to get this to work with Ubuntu 16.04 to the branch dmlb2000-work_with_apache2_cookbook. Do you see what I'm missing in your use of the Apache2 cookbook?