chef-web-docs
chef-web-docs copied to clipboard
All The Documentation
https://docs.chef.io/server_firewalls_and_ports.html
https://docs.chef.io/azure_portal.html clarification is needed for upgrading automate for marketplace images. Better instructions are needed for upgrading Chef-Automate and Chef-Server when using a marketplace image. The current instructions only list for...
The docs at https://docs.chef.io/config_rb_delivery_optional_settings.html#rabbitmq are out of date with some changes made 6 months ago. This PR https://github.com/chef/automate/commit/de3056317161cb9c0c4d0dc9228519f7bf5fd588 made the following changes: 1. defaults for `rabbitmq['node_ip_address']` has changed from `0.0.0.0`...
See: https://docs.chef.io/delivery_server_backup.html#backup-cron The documentation for configuring the backup cron includes an invalid cron notation value of `backup['cron']['notation'] = "0 0 0/1 1/1 * ? * "` If a user tries...
In section [Syntax](https://docs.chef.io/config_yml_kitchen.html#syntax) for "suites" the key "attributes" is mentioned. > Each suite_name grouping may specify attributes as a Hash: { foo: "bar" } However, the [attribute precedence](https://docs.chef.io/attributes.html#attribute-precedence) is not...
https://docs.chef.io/knife_exec.html has `#{n.memory.total}` in an example, that needs to be `#{n["memory"]["total"]}` or similar.
Both of these exist in the resource, but not in the docs.
### User Story As a , I will use this work when I want to ... Manage systemd unit properly. ## Description The documentation is missing manage_symlink_source property. I saw...
Knife ssl is the command. It has 2 verbs. This needs to be combined into a single document to match our other knife plugins.
## Description The tutorial, https://docs.chef.io/install_omnibus.html, shows an incredibly insecure way of creating an installer, due to a timing difference between curling into a file/stdout vs curling directly into bash. This...