On Jul 3, 2010, at 5:03 AM, Harihara Vinayakaram wrote: > Hi > I am using PXE boot and kickstart to install Ubuntu 10.04 on the machines . > > I have installed the puppet package as part of the preseed.cfg . Also the > name puppet in the DNS resolves to my puppet master which is running > > But the puppet client daemon does not start . Is there something else that > I need to do to start the client ?
Puppet is set not to auto-start. I'm not sure why. I think it's an artifact from when puppet hadn't been split out of puppet-common. I used this: d-i preseed/late_command string sed 's/no/yes/' /target/etc/default/puppet > /root/puppet; cp /root/puppet /target/etc/default/puppet; -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.
