add puppet call to copy/paste rules
[mirror/dsa-wiki.git] / input / howto / puppet-setup.mdwn
index a54bc02..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.
 
@@ -84,5 +85,3 @@ in the relevant module (call is something like "params.pp").  You can add
 passwords to this file.  To stop git complaining on push, make sure you
 update .gitignore for the new file.  Now you can import this file where
 you need passwords and use them.
-
-# vim:textwidth=72 sw=8 ts=8 et