facebook / chef-cookbooks

Open source chef cookbooks.
Apache License 2.0
569 stars 140 forks source link

Fb apache changes #221

Closed kornface13 closed 1 year ago

kornface13 commented 1 year ago

We don't typically allow chef to restart apache. Removing all of those so the consumer of the cookbook can decide how to restart apache on their systems.

Removed :start from the httpd service. It is only enabled now.

Made the enabled_default_sites attribute handle the default sites installed by apache on rhel and moved it up to the top so that it wouldn't error out on the doit function (due to autoindex.conf and us not having autoindex module enabled).