Skip to content

Commit 82ebcf3

Browse files
author
jamescott
committed
move chef-vault info to includes folder
1 parent aeb3ae0 commit 82ebcf3

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

chef_master/source/chef_vault.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
|chef vault|
33
=====================================================
44

5+
.. include:: ../../includes_chef_vault/includes_chef_vault.rst
56

6-
|chef vault| is a |rubygems| package that is included in the |chef dk|. |chef vault| allows the encryption of a data bag item by using the public keys of a list of nodes, allowing only those nodes to decrypt the encrypted values. |chef vault| adds the ``knife vault`` subcommand.
7-
8-
* For more information about the |knife| subcommands, its arguments, and other uses, see https://github.com/chef/chef-vault
9-
* For more information about using the ``chef-vault`` cookbook, its helper methods and resources, see https://github.com/chef-cookbooks/chef-vault
10-
11-
The ``chef-vault`` cookbook is maintained by |company_name|. Use it along with |chef vault| itself. This cookbook adds the ``chef_vault_item`` helper method to the |dsl recipe| and the ``chef_vault_secret`` resource. Use them both in recipes to work with data bag secrets
7+
For more information ...
8+
=====================================================
9+
For more information about |chef vault|:
1210

13-
For more detailed discussion of managing secrets using these tools, see Joshua Timberman's blog post: https://www.chef.io/blog/2013/09/19/managing-secrets-with-chef-vault/.
11+
* `Joshua Timberman's blog post <https://www.chef.io/blog/2013/09/19/managing-secrets-with-chef-vault/>`_
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. The contents of this file may be included in multiple topics (using the includes directive).
2+
.. The contents of this file should be modified in a way that preserves its ability to appear in multiple topics.
3+
4+
5+
|chef vault| is a |rubygems| package that is included in the |chef dk|. |chef vault| allows the encryption of a data bag item by using the public keys of a list of nodes, allowing only those nodes to decrypt the encrypted values. |chef vault| adds the ``knife vault`` subcommand.
6+
7+
* For more information about the |knife| subcommands, its arguments, and other uses, see https://github.com/chef/chef-vault
8+
* For more information about using the ``chef-vault`` cookbook, its helper methods and resources, see https://github.com/chef-cookbooks/chef-vault
9+
10+
The ``chef-vault`` cookbook is maintained by |company_name|. Use it along with |chef vault| itself. This cookbook adds the ``chef_vault_item`` helper method to the |dsl recipe| and the ``chef_vault_secret`` resource. Use them both in recipes to work with data bag secrets.

0 commit comments

Comments
 (0)