Sander van Harmelen
ac0cbd400e
Add `attributes_json` param for consistency
...
Add `attributes_json` param for both consistency and easier management
of deprecating the old `attributes` param.
2016-02-09 11:11:46 +01:00
Sander van Harmelen
79e2642dab
Fix issue #4881
...
This fixes issue #4881 by adding an option to fetch the Chef SSL
certificates.
2016-02-04 15:31:24 +01:00
Sander van Harmelen
da927fcd08
Make the Chef `attributes` param also accept a raw JSON string
...
See the updated docs for more details and examples, but in short this
enables the `attributes` param from the Chef provisioner to accept a
raw JSON string.
Fixes #3074
Fixes #3572
2016-01-29 18:41:14 +01:00
Sander van Harmelen
71ffb6caa0
Add the option to add arbitrary `client.rb` options
...
Fixes #3630
2016-01-09 00:42:02 +01:00
Petr Artamonov
84bb5154be
corrected value type in documentation
2016-01-08 20:03:22 +01:00
Petr Artamonov
76913703a9
modified to have less code and not to verify incoming string
2016-01-08 20:00:11 +01:00
Petr Artamonov
063abc866c
docs updated
2016-01-08 12:23:01 +01:00
Paul Hinze
73ce6d184a
chef: read key contents instead of paths
...
Builds on the work of #3846 , shifting the Chef provisioner's
configuration options from `secret_key_path` and `validation_key_path`
over to `secret_key` and `validation_key`.
2015-11-12 16:11:44 -06:00
Anthony Scalisi
198e1a5186
remove various typos
2015-09-11 11:56:20 -07:00
Joshua Seidel
147efbc52c
update markdown
2015-07-09 10:13:54 -04:00
Sander van Harmelen
61517f68b1
Add an `ohai_hints` option to upload hint files
...
This option takes a list of hints that will be uploaded to the new node
before starting the initial Chef run.
2015-06-25 16:32:36 +02:00
Sander van Harmelen
2690d87d39
Add an option to specifically specify the target OS
...
Before this option (`os_type`) the provisioner would use the connection
type to determine the targeted OS. When not supplying a value for
`os_type`, it will fall back to the old behaviour, so this is full BC.
2015-06-25 14:29:48 +02:00
Sander van Harmelen
0e87980c72
provisioner/chef: small fix in the docs
2015-05-18 16:21:31 +02:00
Sander van Harmelen
11314a3d71
Tweaking a few minor things according to the feedback on GH
2015-05-12 10:37:38 +02:00
Sander van Harmelen
c19d92fb67
Refactored quite a few things after review...
...
Also renamed the provisioner to just `chef` as it’s out intention to
end up with one provisioner for all types of `chef` clients.
2015-05-08 23:25:24 +02:00