combine two blocks
[mirror/dsa-wiki.git] / 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 /