This is extremely helpful!
I didn' t realize that puppet was not set up to install upon boot.
I hoping to finalize my preseeed file soon and I'll let you know how it
went.
Thanks,
Jason
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view
Jfro,
I did basically the same for Ubuntu 11.04... Personally, I found I
needed a postinstall script to finish the job. Mainly because Ubuntu
populates /etc/default/puppet with an environment variable START,
which defaults to 'no'...
So basically I had:
d-i pkgsel/include string openssh-server p
Bruno,
Thanks so much for taking the time to help me out! Your expertise saved me
hours of frustration.
1. This was very clear, thanks!
2. Can you point me in the right direction for setting up DNS? On my test
systems I just set the puppetmaster server in the puppet.conf file. Is
there a
1 -
# Individual additional packages to install
d-i pkgsel/include string puppet
2 -
Set up DNS so that client can resolve puppet to the puppetmaster
3 - Why do that ? Just sign the request when it comes
4- Have Puppet start automatically
d-i preseed/late_command string sed 's/no/yes/' /targe