diff options
Diffstat (limited to 'distro/common/html/knife-data-bag.1.html')
-rw-r--r-- | distro/common/html/knife-data-bag.1.html | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/distro/common/html/knife-data-bag.1.html b/distro/common/html/knife-data-bag.1.html index 23e05d795c..555ecb70ea 100644 --- a/distro/common/html/knife-data-bag.1.html +++ b/distro/common/html/knife-data-bag.1.html @@ -197,12 +197,9 @@ passwords, API keys, etc.</p> <p><strong>CAVEATS:</strong> Keys are not encrypted; only values are encrypted. The "id" of a Data Bag Item is not encrypted, since it is used by Chef Server to -store the item in its database. For example, given the following data bag item:</p> - -<pre><code>{"id": "important_passwords", "secret_password": "opensesame"} -</code></pre> - -<p>The key "secret_password" will be visible to an evesdropper, but the +store the item in its database. For example, given the following data bag item: + {"id": "important_passwords", "secret_password": "opensesame"} +The key "secret_password" will be visible to an evesdropper, but the value "opensesame" will be protected. Both the key "id" and its value "important_passwords" will be visible to an evesdropper.</p> @@ -215,11 +212,11 @@ encryption keys.</p> <h2 id="AUTHOR">AUTHOR</h2> -<p> Chef was written by Adam Jacob <a data-bare-link="true" href="mailto:adam@opscode.com">adam@opscode.com</a> with many contributions from the community.</p> +<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p> <h2 id="DOCUMENTATION">DOCUMENTATION</h2> -<p> This manual page was written by Joshua Timberman <a data-bare-link="true" href="mailto:joshua@opscode.com">joshua@opscode.com</a>. +<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p> <h2 id="CHEF">CHEF</h2> @@ -228,8 +225,8 @@ encryption keys.</p> <ol class='man-decor man-foot man foot'> - <li class='tl'>Chef 11.2.0</li> - <li class='tc'>February 2013</li> + <li class='tl'>Chef 11.6.0.rc.0</li> + <li class='tc'>June 2013</li> <li class='tr'>knife-data-bag(1)</li> </ol> |