chef-web-docs
chef-web-docs copied to clipboard
All The Documentation
Page: https://docs.chef.io/ohai_custom.html Additional example suggestions for external links: Ohai example of executing arbitrary Powershell inside Ohai plugin: https://github.com/chef/ohai/blob/13485c17da688654890047d1952d9f71e735d162/lib/ohai/plugins/powershell.rb Ohai example for collecting info on windows: https://github.com/chef-cookbooks/windows/blob/master/files/dism_features.rb @smurawski for additional examples.
- Make the docs clearer on where to set the `insecure_addon_compat` setting - Improve task flow for encrypting and managin secrets/passwords
Something that is documented by example, but not explained is the usage of arrays with resource actions. It is also important to note the order as they are executed [left...
The cookbook attribute found in the `template` and `cookbook_file` should have some more specific notes in their respective resource documents to talk about how Chef resolves the location of a...
This location should probably have full documentation about the ACL subsystem. https://docs.chef.io/api_chef_server.html Currently the only documentation for those functions is in https://github.com/chef/knife-acl This explains at a very high level how...
If you specify the module_version parameter, you MUST also specify the module_name parameter as well. However the documentation as currently worded, implies that if module_name is not supplied, the module...
Follow up to thread at https://discourse.chef.io/t/reading-secret-for-encrypted-data-bag/11414/3 According to the [data bags documentation][data bags docs], it should be possible to do this: ```ruby data_bag_item('bag', 'item', IO.read('secret_file')) ``` If the secret in...
This is for the `windows_path` resource. I am using Chef 12, but I read that it has moved to Chef by version 13. Usecase: I wanted to add to the...
We don't entirely explain what the expected format is. You're left to decode our regex to figure out what it should have been.
We have a resource macosx_service, but no docs on the docs site for it