Skip to content

Commit

Permalink
Merge pull request #240 from halida/patch-2
Browse files Browse the repository at this point in the history
Document how to use encrypted data bags #132
  • Loading branch information
tobami committed May 5, 2015
2 parents 1221c5c + 408dead commit aab8c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ kitchen to:
node_work_path = /tmp/chef-solo
```

If you're using encrypted data bags you can specify a path for the encrypted_data_bag_secret file:
You can use encrypted data bags. [Create secret keys](https://docs.chef.io/chef/essentials_data_bags.html#secret-keys), Use [knife-solo_data_bag](https://github.com/thbishop/knife-solo_data_bag) Gem to create encrypted data bags, and specify a path for the encrypted_data_bag_secret file:

```ini
[userinfo]
Expand Down

0 comments on commit aab8c94

Please sign in to comment.