X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fnew-machine.creole;h=764747b0d64a0212d9d27aad7771b6740dd2a1d3;hb=3499674baa298453944e3d5f351461a632ee3f06;hp=a58bcf2574b79b07309be15e3b86725d39fa5297;hpb=d004bf4d70cd23b08b4cc064137826df2c743b63;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index a58bcf2..764747b 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -67,6 +67,16 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup apt-get install debian.org debian.org-recommended }}} +* On handel, make sure the certs exist for the new host +{{{ + : :: handel :: : && sudo -u puppet make -C /srv/puppet.debian.org/ca/ install +}}} + +* run puppet a couple times +{{{ + puppetd -t; puppetd -t; puppetd -t; puppetd -t +}}} + * try to login using your user and ssh key. you should get a homedir. * try to become root using sudo. @@ -94,11 +104,6 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup * Add host to smarthost machines in $DSA-PUPPET/modules/debian-org/misc/local.yaml (if so desired). Set MX in ud-ldap. -* If you need mail now instead of in a day, on handel: -{{{ - : :: handel :: : && sudo -u puppet make -C /srv/puppet.debian.org/ca/ install -}}} - * add to nagios -- weasel, Wed, 04 Jun 2008 20:52:56 +0200