chef-web-docs icon indicating copy to clipboard operation
chef-web-docs copied to clipboard

All The Documentation

Results 136 chef-web-docs issues
Sort by recently updated
recently updated
newest added

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.

Component: Chef Infra Client
Aspect: Documentation

- Make the docs clearer on where to set the `insecure_addon_compat` setting - Improve task flow for encrypting and managin secrets/passwords

Component: Chef Infra Server
Aspect: Documentation
Topic: Credentials

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...

Component: Chef Infra Client
Aspect: Documentation
Topic: Resources

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...

Component: Chef Infra Client
Aspect: Documentation

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...

Component: Chef Infra Server
Aspect: Documentation
Topic: API

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...

Component: Chef Infra Client
Aspect: Documentation
Topic: Resources

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...

Component: Chef Infra Client
Aspect: Documentation
Topic: Knife

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...

Component: Chef Infra Client
Aspect: Documentation

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.

Component: Chef Infra Client
Aspect: Documentation
Topic: Resources

We have a resource macosx_service, but no docs on the docs site for it

Component: Chef Infra Client
Aspect: Documentation
Topic: Resources