This is in response to your dashboard question. Running dashboard via apache will handle the starting of the rails app itself, but what you've quoted is the dashboard-workers, which are separate processes that handle doing work for dashboard, like processing reports from the puppet master. There are some init scripts in the puppet-dashboard repo that should work on most platforms to enable the workers to start automatically on boot.
On Thu, Jan 23, 2014 at 10:30 AM, Jason Hatman <[email protected]>wrote: > I have a complete and working Puppet setup. Now, I need to automate it. > Looking at the following page: > http://docs.puppetlabs.com/guides/installation.html#post-install I can > see that it wants me to set up launchd processes for OS X in order to have > the Puppet service start at boot. I just want to make sure that this is > necessary. I have a master/agent configuration. In a master/agent setup, > does it automate this by default or do I still have to setup launchd on > each machine? > > This is a separate issue from the first one. I have completed my > puppet-dashboard setup and it's running fine. However, I've noticed that > after I reboot the machine, I no longer have any worker processes running. > I have to manually run "sudo -u puppet-dashboard env > RAILS_ENV=production script/delayed_job -p dashboard -n 4 -m start" before > any they start working again. I assumed once I converted dashboard to run > in apache that this would be automated. Am I wrong? > > Thanks in advance!! > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/57ad28a4-8c88-47c3-8b2a-78bda273a456%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CACD%3DwAfK2Dn9dgVL-NfR_C%2BbqK_Y7pXRLzkjAwZeoq5X_3QBBg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
