Update puppet provisioner docs

* replace options with extra_arguments so the example works
pull/6343/head
Robert Neumayer 8 years ago committed by xxx
parent da8668124d
commit 852973a001

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

Loading…
Cancel
Save