first puppetd -t will fail
authorPeter Palfrader <peter@palfrader.org>
Sun, 30 Oct 2011 19:13:33 +0000 (20:13 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 30 Oct 2011 19:13:33 +0000 (20:13 +0100)
input/howto/puppet-setup.mdwn

index 9ab1ac0..499b01e 100644 (file)
@@ -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 &&