Skip to content

Commit

Permalink
Remove references to ~/.chef.d/ directory in README instructions.
Browse files Browse the repository at this point in the history
References #10
  • Loading branch information
fnichol committed Sep 12, 2014
1 parent f58d1b1 commit c6838ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ that if you do not explicitly set `client_key` and `validation_key`, the

For example, you could add lines similar to the following in your user's
`~/.chef/knife.rb` or your project's `.chef/knife.rb` file (assuming you
have a directory `"$HOME/.chef.d"` created with `mkdir -p $HOME/.chef.d`):
have a directory `"$HOME/.chef"` created with `mkdir -p $HOME/.chef`):

```ruby
node_name "gramsay"
client_key "#{ENV['HOME']}/.chef.d/gramsay.pem"
validation_key "#{ENV['HOME']}/.chef.d/chef-validator.pem"
client_key "#{ENV['HOME']}/.chef/gramsay.pem"
validation_key "#{ENV['HOME']}/.chef/chef-validator.pem"
```

Most options can be passed to the knife subcommands explicitly but this
Expand Down

0 comments on commit c6838ef

Please sign in to comment.