Document new puppet lockfile arg

Puppet3 uses a new command line arg for the agent lockfile. Document
this new flag as replacing --puppetdlockfile.

Change-Id: I56f883c69bc9d4a573b591ad160f26e407a6df86
This commit is contained in:
Clark Boylan 2015-03-05 12:53:55 -08:00
parent 49620d2b27
commit 49df0cded3

View File

@ -150,7 +150,7 @@ globally orchestrated runs to occur:
.. code-block:: bash
sudo puppet agent --test --puppetdlockfile=/tmp/alt-lock-file
sudo puppet agent --test --agent_disabled_lockfile=/tmp/alt-lock-file
Important Notes