Update puppet provisioner docs
* replace options with extra_arguments so the example works
This commit is contained in:
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…
Reference in New Issue