From: Peter Palfrader Date: Sat, 27 Jun 2009 17:56:43 +0000 (+0200) Subject: a note about puppet X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=b8ecdb498b8ca8b79beaf5c07395f88a6f07cd7d a note about puppet --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 9685e5b..b7d4f6d 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -1,6 +1,7 @@ == setup/integrate a new machine == -Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. We should probably update/rework some parts. +Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup]]. If stuff breaks fix it :) + * install ssh if it isn't there already {{{ @@ -31,7 +32,7 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. dpkg -l postfix | grep '^ii postfix' && (dpkg --purge postfix && rm /etc/aliases) }}} -* setup [[puppet|howto/puppet-setup]] +* setup [[puppet|howto/puppet-setup]] (run the puppet client two or three times until things converge.) * on draghi, add the host to /home/sshdist/.ssh/authorized_keys and generate.conf (you want the host's rsa host key there: {{{cat /etc/ssh/ssh_host_rsa_key.pub}}})