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

https://docs.chef.io/server_firewalls_and_ports.html

Component: Chef Automate
Aspect: Documentation

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

Component: Chef Automate
Aspect: Documentation

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

Component: Chef Automate
Aspect: Documentation
Topic: Credentials

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

Component: Chef Infra Server
Aspect: Documentation

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

Component: Chef Infra Client
Aspect: Documentation

https://docs.chef.io/knife_exec.html has `#{n.memory.total}` in an example, that needs to be `#{n["memory"]["total"]}` or similar.

Component: Chef Infra Client
Aspect: Documentation
Documentation
Topic: Knife

Both of these exist in the resource, but not in the docs.

Component: Chef Infra Client
Aspect: Documentation
Topic: Resources

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

Component: Chef Infra Client
Aspect: Documentation
Topic: Resources

Knife ssl is the command. It has 2 verbs. This needs to be combined into a single document to match our other knife plugins.

Component: Chef Infra Client
Aspect: Documentation
Topic: Credentials
Topic: Knife

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

Component: Chef Infra Client
Aspect: Documentation