X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fpuppet-setup.mdwn;h=821e98dabc6103e690648e7a29cfe5abef543776;hb=61672cc2abf59665a68c632440508b42a73d08d1;hp=db38b5626bd51fabd501d2cef7e2f8a306af5fe6;hpb=4731c2a8aaa2ba141ceec13d7001ed3814b966e7;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/puppet-setup.mdwn b/input/howto/puppet-setup.mdwn index db38b56..821e98d 100644 --- a/input/howto/puppet-setup.mdwn +++ b/input/howto/puppet-setup.mdwn @@ -6,7 +6,13 @@ this list is likely to get out of date quickly). To set up a new host to be a puppet client, do the following: - : ::client:: && apt-get install puppet && +Make sure you have set up the IP address for the new machine in ud-ldap. +After that run puppet on puppetmaster once, so the ferm config get +adjusted. + + : __handel__ && puppetd -w 5 -t --factsync --environment=production + + : ::client:: && apt-get install --no-install-recommends puppet && /etc/init.d/puppet stop && puppetd -w 5 --debug -t --factsync