combine two blocks
authorPeter Palfrader <peter@palfrader.org>
Sun, 30 Oct 2011 19:11:23 +0000 (20:11 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 30 Oct 2011 19:11:23 +0000 (20:11 +0100)
input/howto/puppet-setup.mdwn

index 1e0c662..9ab1ac0 100644 (file)
@@ -15,9 +15,8 @@ adjusted.
         : ::client:: && apt-get update &&
                 apt-get install --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses &&
                 /etc/init.d/puppet stop &&
-                puppetd -t
-
-        : ::client:: && cd /var/lib/puppet/ssl/certificate_requests &&
+                puppetd -t &&
+                cd /var/lib/puppet/ssl/certificate_requests &&
                 echo sha256sum output: && echo &&
                 sha256sum $(hostname -f).pem &&
                 echo && echo && cd /