Ya ya. I'm just running it on my home net to init master (--mkusers) and my server (--autosign). Then run master normally after that. Removes a step.
On Friday, July 20, 2012 7:05:13 AM UTC-5, Felix.Frank wrote: > > On 07/19/2012 03:46 AM, Sam Simmons wrote: > > Ah ha! The problem was --autosign > > < > http://docs.puppetlabs.com/references/latest/configuration.html#autosign> > > is a bit more than just a boolean arg so you have to explicitly say true > > or false. > > > > #!/bin/bash > > puppet master --mkusers --autosign true --verbose --no-daemonize > > > > Using the args I had originally causes it to appear to hang, but you can > > still get catalogs from it with an agent so it actually just oddly > > silences output. > > <insert obvious exclamation about not using autosign ever here> ;-) > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/BQOEplVjSXQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
