Hello Aries: Puppet Enterprise provides a single line command to complete the same thing. It would look something like this, "curl -k https://<puppet master fqdn>:8140/packages/current/install.bash | sudo bash"
You could add that to a cloud_init file if using AWS or add it to a kickstart file for local OS loading. Thanks Joey On Tuesday, February 3, 2015 at 4:50:06 AM UTC-5, aries wrote: > > Hi ~ > > I use chef knife bootstrap a new chef client. It use ssh method to login > my client and run script to do any thing. > > # sudo knife bootstrap $CLIENT_IP -x $USER_NAME -P $PASSWORD -d $ERB_FILE > > > Is there like tools for puppet ? > > thanks > > Aries > -- 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/db40cf3e-566c-4201-bc97-43e955ffdf00%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
