Aethylred / puppet-puppetdashboard

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

Dashboard workers do not start when started by puppet. #3

Closed Aethylred closed 10 years ago

Aethylred commented 10 years ago

At the end of the first puppet run,the dashboard workers service claims to have failed to start, though there do seem to be worker processes running and reports are processed.

This issue often persists until the workers are stopped (service puppet-dashboard-workers stop) and restarted (service puppet-dashboard-workers start).

May be related to SSL certificates, or the start order of Apache (with passenger and puppetmaster and dashboard) and puppetdb.

Aethylred commented 10 years ago

Fixed in bfb2377d52c39707dcd58c0481b5485471d430f4

Solved by more careful dependency ordering and using a custom init.d script