From 49df0cded35b0a50bcb3db0c925dda3269852f63 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 5 Mar 2015 12:53:55 -0800 Subject: [PATCH] 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 --- 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 8a1da7971f..34e82119f4 100644 --- a/doc/source/puppet.rst +++ b/doc/source/puppet.rst @@ -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