Aethylred / puppet-puppetdashboard

This Puppet module manages the installation of the Puppet Dashboard web interface.
2 stars 2 forks source link

Config changes should notify httpd service. #7

Open Aethylred opened 10 years ago

Aethylred commented 10 years ago

Changes to settings.yml and database.yml should notify apache/httpd service to reload changes.

andersbs commented 10 years ago

Does that mean that webrick becomes basically unsupported? You're already referencing the apache module in params.pp but that's simply a warning, a notify would cause an error.

Aethylred commented 10 years ago

Kind of, it's why I've not made this change. This module wasn't intended to make the webrick service run, but in the process of making sure the webrick service was disabled, it was also able to enable and configure it. Webrick and the worker processes actually share the config file in /etc/default/webrick in this module.