Skip to content

Commit 6a6f4b6

Browse files
author
Delivery Server
committed
Merged change 97f3e833-afc9-41af-80b1-744415b1c12c
From review branch _reviews/master/jscott/edits01346g/1 into master Signed-off-by: jscott <[email protected]>
2 parents 286a8a4 + 60493ac commit 6a6f4b6

File tree

7 files changed

+38
-16
lines changed

7 files changed

+38
-16
lines changed

chef_master/source/chef_system_requirements.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
System Requirements
33
=====================================================
44

5-
Before installing |chef|:
6-
7-
* Ensure that each machine that will be a node is running a :doc:`supported platform </supported_platforms>`
8-
* Ensure that the machine that will run the |chef server| is sufficiently powerful
9-
* Ensure that any network and firewall settings are configured correctly
10-
11-
Install and configure the |chef server|, then install and configure a workstation, and then run the bootstrap command from the workstation to install the |chef client| on each node.
5+
.. include:: ../../includes_system_requirements/includes_system_requirements.rst
126

137
|chef client|
148
=====================================================
@@ -30,4 +24,4 @@ Hosted |chef server_title|
3024

3125
|chef dk_title|
3226
=====================================================
33-
The |chef dk| has the same requirements as the |chef client|.
27+
.. include:: ../../includes_system_requirements/includes_system_requirements_chefdk.rst

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/>`_

chef_master/source/chefspec.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
.. include:: ../../includes_chefspec/includes_chefspec_whatis.rst
88

9+
..
10+
.. The following topic needs to be better before it can be uncommented, along with an H1 (=====) header added.
11+
..
912
.. .. include:: ../../includes_chefspec/includes_chefspec_compare_to_resource.rst
13+
..
1014
1115
Run |chef spec|
1216
=====================================================

chef_master/source/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ Recipe DSL Methods
684684
+++++++++++++++++++++++++++++++++++++++++++++++++++++
685685
.. include:: ../../includes_dsl_recipe/includes_dsl_recipe_method_windows_methods.rst
686686

687-
.. include:: ../../includes_notes/includes_notes_dsl_recipe_order_for_windows_methods.rst
687+
.. note:: .. include:: ../../includes_notes/includes_notes_dsl_recipe_order_for_windows_methods.rst
688688

689689
registry_data_exists?
690690
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
Before installing |chef|:
6+
7+
* Ensure that each machine that will be a node is running a :doc:`supported platform </supported_platforms>`
8+
* Ensure that the machine that will run the |chef server| is sufficiently powerful
9+
* Ensure that any network and firewall settings are configured correctly
10+
11+
Install and configure the |chef server|, then install and configure a workstation, and then run the bootstrap command from the workstation to install the |chef client| on each node.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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+
The |chef dk| has the same requirements as the |chef client|.

0 commit comments

Comments
 (0)