Harihara Vinayakaram
2010-Jul-03 12:03 UTC
[Puppet Users] Installing puppet on clients with kickstart
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 ? Regards Hari -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Patrick Mohr
2010-Jul-03 18:27 UTC
Re: [Puppet Users] Installing puppet on clients with kickstart
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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.