Hi, I'm working on using puppet to manage a fleet of Mac's. I have run the puppet in the background while at the mac login window after /etc/puppet/puppet.conf is configured.
puppet.conf: [master] # These are needed when the puppetmaster is run by passenger # and can safely be removed if webrick is used. ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY pluginsync=true [agent] ##This is managed by puppet server=puppetserverurl certname=c02n5heug3qj report=true pluginsync=true environment=macs Puppet Agent command: sudo /usr/bin/puppet agent --detailed-exitcodes --onetime --no-daemonize --verbose --environment macs --waitforcert 20 it is run by a LaunchDaemon. It runs sucessfully once and my settings are applied but the SSL certs are not saved in /etc/puppet/ssl I've been looking all over and can't find anyone with this issue. Does anyone have any pointers? -- 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/0cbfe44c-7662-483b-b855-e015acb3a0db%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
