From: Peter Palfrader Date: Sun, 30 Oct 2011 19:13:33 +0000 (+0100) Subject: first puppetd -t will fail X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=ad7e43fe41783cce28469afcf58ba514afb52abf first puppetd -t will fail --- diff --git a/input/howto/puppet-setup.mdwn b/input/howto/puppet-setup.mdwn index 9ab1ac0..499b01e 100644 --- a/input/howto/puppet-setup.mdwn +++ b/input/howto/puppet-setup.mdwn @@ -15,7 +15,7 @@ adjusted. : ::client:: && apt-get update && apt-get install --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses && /etc/init.d/puppet stop && - puppetd -t && + (puppetd -t || true ) && cd /var/lib/puppet/ssl/certificate_requests && echo sha256sum output: && echo && sha256sum $(hostname -f).pem &&