[Puppet Users] Re: Autometed install

2008-11-04 Thread Ohad Levy
Yeah, a simple script which enable autosign for the installed host for example in your kickstart/jumpstart whatever you could do wget http://puppet/install this should contact a simple cgi script which adds the entry of that host to /etc/puppet/autosign.conf than the client runs puppet, which sign

[Puppet Users] Re: Autometed install

2008-11-04 Thread RijilV
2008/11/4 AndrewHolt <[EMAIL PROTECTED]>: > > Hi, > > If I install the facter & puppet client software via an automated > process (kickstart, jumpstart, imaging) how can I distribute keys so I > don't have to do the certificate signing manually ? > You can just turn on autosigning on the puppetma

[Puppet Users] Re: Autometed install

2008-11-04 Thread Dan Bode
I had a similiar post a month ago, except I wanted to disable the CA stuff. For my puppet kickstart integration, I did the following: 1. Picked a static ip address and hostname that will be used for all installations. 2. Generate all of the keys for this hostname ahead of time. 3. in the kickstar