From c179562d503ad686cd68af4ca9cebe6d29070a89 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Sun, 1 May 2016 12:53:05 -0700 Subject: [PATCH] Use double quotes around bash variables It's not entirely required, but I was confused why copy/paste wouldn't work the first few times I can this, having set the HOST variable. Change-Id: I67cb8f27a28befbb15b070004957a78a3b776a59 --- doc/source/puppet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/puppet.rst b/doc/source/puppet.rst index 4e760709dc..3e07a78ba9 100644 --- a/doc/source/puppet.rst +++ b/doc/source/puppet.rst @@ -117,7 +117,7 @@ puppetmaster, running: .. code-block:: bash - ansible-playbook --limit='$HOST:localhost' /opt/system-config/production/playbooks/remote_puppet_adhoc.yaml + ansible-playbook --limit="$HOST:localhost" /opt/system-config/production/playbooks/remote_puppet_adhoc.yaml as root, where `$HOST` is the host you want to run puppet on. The `:localhost` is important as some of the plays depend on performing a task