add puppet call to copy/paste rules
authorPeter Palfrader <peter@palfrader.org>
Fri, 10 Oct 2014 17:57:03 +0000 (19:57 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 10 Oct 2014 17:57:03 +0000 (19:57 +0200)
input/howto/puppet-setup.mdwn

index 2ba588d..6a155d6 100644 (file)
@@ -42,7 +42,8 @@ on handel, paste the sha256output::
                 echo "cat > /var/lib/puppet/ssl/certs/$filename << EOF " &&
                 cat /var/lib/puppet/ssl/ca/signed/$filename &&
                 echo 'EOF' &&
-                cd /
+                cd / &&
+                echo 'puppet agent -t --pluginsync'
 
 and execute this on the client.