Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Cowie <jonlives@gmail.com>
  • Loading branch information
jonlives committed Jun 25, 2024
1 parent d8c5a90 commit 9e7bc9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/reusable/md/config_rb_client_dot_d_directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ putting them inside a `.d` configuration directory. For example:
are loaded; other non-`.rb` files are ignored.

Chef Infra Client itself requires that .rb files are stored in a directory named `client.d`, such as

- `/etc/chef/client.d`

Chef development tooling such as knife requires that .rb files are stored in a directory named `config.d`, such as

- `~/.chef/config.d`

Chef Solo requires that .rb files are stored in a directory named `solo.d`, such as

- `~/chef/solo.d`

(There is no support for a `knife.d` directory; use `config.d` instead.)
Expand Down

0 comments on commit 9e7bc9d

Please sign in to comment.