X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fnew-machine.creole;h=77ce6dd526ff20fb0d3ea4e149041437c594bfea;hb=f0ac236d45232e859ddae862bfc7da508868323c;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..77ce6dd 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 +{{{ + puppet agent -t; puppet agent -t; puppet agent -t; puppet agent -t +}}} + * try to login using your user and ssh key. you should get a homedir. * try to become root using sudo. @@ -88,17 +98,18 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup newaliases }}} +* install samhain and get puppet to configure it +{{{ + apt-get install samhain + puppet agent -t +}}} + * if it is a HP Proliant, or has other management fu, read [[howto/ilo-https]] * edit dedication into in $DSA-PUPPET/modules/debian-org/misc/local.yaml * 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