update the documented datatype for facter to 'object of key/value strings' for both puppet provisioners
This commit is contained in:
parent
14c2dcb62c
commit
301bd8ceb2
|
@ -50,7 +50,7 @@ Optional parameters:
|
|||
various [configuration template variables](/docs/templates/configuration-templates.html)
|
||||
available. See below for more information.
|
||||
|
||||
* `facter` (object, string keys and values) - Additional
|
||||
* `facter` (object of key/value strings) - Additional
|
||||
[facts](http://puppetlabs.com/puppet/related-projects/facter) to make
|
||||
available when Puppet is running.
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ required. They are listed below:
|
|||
the node on your disk. This defaults to nothing, in which case a client
|
||||
private key won't be uploaded.
|
||||
|
||||
* `facter` (hash) - Additional Facter facts to make available to the
|
||||
* `facter` (object of key/value strings) - Additional Facter facts to make available to the
|
||||
Puppet run.
|
||||
|
||||
* `options` (string) - Additional command line options to pass
|
||||
|
|
Loading…
Reference in New Issue