Le mardi 20 mai 2014 04:01:16 UTC+2, ianm a écrit : > > On 05/19/14 22:30, [email protected] <javascript:> wrote: > > > I'am search for the best way to reconnect a puppet client when I > > reinstall the entire operating system of the host. > > In a lab where rebuilds are frequent, I keep a copy of each hosts > certificates and keys on the file server and copy them from an NFS > mount in kickstart's %post. > > > -- > Ian >
Thank you very much for the help ! I finally use the same idea but with "puppet cert generate" 1) I clean the host key if it already exist "puppet cert clean" 2) I generate a new key with "puppet cert generate" 3) I copy with ssh the generated certificates It works perfectly ! Thanks. Baptiste. -- 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/e5e0e61d-510d-4bb0-8f52-7676fc3c74e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
