add puppet call to copy/paste rules
[mirror/dsa-wiki.git] / 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.