From 10872c48997281bcea11d44fbaaed6c49e1ff21f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 10 Oct 2014 19:57:03 +0200 Subject: [PATCH] add puppet call to copy/paste rules --- input/howto/puppet-setup.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/input/howto/puppet-setup.mdwn b/input/howto/puppet-setup.mdwn index 2ba588d..6a155d6 100644 --- a/input/howto/puppet-setup.mdwn +++ b/input/howto/puppet-setup.mdwn @@ -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. -- 2.20.1