Merge pull request #6343 from neumayer/puppetdocs

Update puppet provisioner docs
This commit is contained in:
Rickard von Essen 2018-06-05 19:43:15 +02:00 committed by GitHub
commit 1a912d791a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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