Update puppet provisioner docs

* replace options with extra_arguments so the example works
This commit is contained in:
Robert Neumayer 2018-06-03 22:29:56 +02:00 committed by xxx
parent da8668124d
commit 852973a001
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ accessible from your network.
``` json
{
"type": "puppet-server",
"options": "--test --pluginsync",
"extra_arguments": "--test --pluginsync",
"facter": {
"server_role": "webserver"
}