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?
Yes, generally speaking you will still need some form of service management script (launchd plist) in place anywhere you want the service to by running as a service. On OSX, puppet uses launchd to manage services, so on OSX `puppet resource service 'puppet' ensure=running enable=true` will rely on the existence of a launchd plist in place on that host. > > 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. -- Moses Mendoza 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/CA%2B421WZ5Uyx0dRR6gW1QHj3JfUoW007R-qmMgd4uCAUZFZkosQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
