Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Mention knife-solo_data_bag gem in the docs. Fixes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Schaffer committed Oct 30, 2013
1 parent 223372e commit 56056fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
* Quote rsync paths to avoid problems with spaces in directory names ([281], [286])
* Fix precedence of automatic cookbook_path components ([296], [298])
* Print an error message if a `*_path` configuration value is not a String ([278], [300])
* Mention knife-solo_data_bag gem in the docs ([83])

## Thanks to our contributors!

* [Andreas Josephson][teyrow]
* [Markus Kern][makern]
* [Michael Glass][michaelglass]

[83]: https://github.com/matschaffer/knife-solo/issues/83
[265]: https://github.com/matschaffer/knife-solo/issues/265
[268]: https://github.com/matschaffer/knife-solo/issues/268
[274]: https://github.com/matschaffer/knife-solo/issues/274
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This uploads all of your cookbooks in addition to a patch that allows you to use

This also supports encrypted data bags. To use them, set the path to your key with +encrypted_data_bag_secret+ in .chef/knife.rb.

The knife command for creating encrypted data bags doesn't work well without a Chef server, so use {this gist}[https://gist.github.com/2896172] as an example on how to create encrypted data bag items on your local file system.
The built-in knife commands for working with data bags don't work well without a Chef server so we recommend using the {knife-solo_data_bag}[https://github.com/thbishop/knife-solo_data_bag] gem. This will provide "solo" versions of all the typical data bag commands. The default kitchen structure generated by <tt>knife solo init</tt> should be compatible with all the operations listed in the documentation for that gem.

=== Bootstrap command

Expand Down

0 comments on commit 56056fa

Please sign in to comment.