Skip to content

Commit d484875

Browse files
author
Delivery Server
committed
Merged change f3c3ed91-2e02-4552-856c-493d92b539a4
From review branch _reviews/master/jscott/edits01346g/1 into master Signed-off-by: jscott <[email protected]>
2 parents 6a6f4b6 + fd434f0 commit d484875

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+76
-131
lines changed

chef_master/source/chef_shell.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
.. include:: ../../includes_chef_shell/includes_chef_shell.rst
66

7-
.. note:: |chef shell| is configured using the :doc:`chef-shell (executable) </ctl_chef_shell>`.
8-
97
Modes
108
=====================================================
119
.. include:: ../../includes_chef_shell/includes_chef_shell_modes.rst

chef_master/source/chef_solo.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
.. include:: ../../includes_chef_solo/includes_chef_solo.rst
88

9-
.. note:: |chef solo| is configured using the :doc:`chef-solo (executable) </ctl_chef_solo>`.
10-
119
Cookbooks
1210
-----------------------------------------------------
1311
.. include:: ../../includes_chef_solo/includes_chef_solo_cookbooks.rst
@@ -41,9 +39,7 @@ Examples
4139

4240
**Run chef-solo using solo.rb settings**
4341

44-
.. code-block:: bash
45-
46-
$ chef-solo -c ~/chef/solo.rb
42+
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_solo_rb.rst
4743

4844
**Use a URL**
4945

@@ -56,4 +52,3 @@ Examples
5652
**Use a URL for cookbook and JSON data**
5753

5854
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_url_for_cookbook_and_json.rst
59-

chef_master/source/compliance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following examples show how to use the |dsl compliance| to build tests.
3232

3333
**Only accept requests on secure ports**
3434

35-
This code uses the ``port`` resource to ensure that the web server is only listening on well-secured ports.
35+
This code uses the ``port`` resource to ensure that a web server is only listening on well-secured ports.
3636

3737
.. include:: ../../step_inspec/step_inspec_port_listen_on_secure_ports.rst
3838

chef_master/source/config_rb_solo.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ Settings
1313
Example
1414
=====================================================
1515
.. include:: ../../includes_config/includes_config_rb_solo_example.rst
16-

chef_master/source/ctl_chef_solo.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ Examples
2121

2222
**Run chef-solo using solo.rb settings**
2323

24-
.. code-block:: bash
25-
26-
$ chef-solo -c ~/chef/solo.rb
24+
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_solo_rb.rst
2725

2826
**Use a URL**
2927

@@ -36,4 +34,3 @@ Examples
3634
**Use a URL for cookbook and JSON data**
3735

3836
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_url_for_cookbook_and_json.rst
39-
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+
|chef shell| is the new name for |shef| as of |chef client| version 11.0. |chef shell| is backwards compatible and aside from the name change, has the same set of functionality as with previous releases.

release_chef_11-0/source/chef_solo.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ chef-solo
88

99
.. include:: ../../includes_chef_solo/includes_chef_solo_11-4.rst
1010

11-
.. note:: |chef solo| is configured using the :doc:`chef-solo (executable) </ctl_chef_solo>`.
12-
1311
Cookbooks
1412
-----------------------------------------------------
1513
.. include:: ../../includes_chef_solo/includes_chef_solo_cookbooks.rst
@@ -29,4 +27,3 @@ Roles
2927
Environments
3028
-----------------------------------------------------
3129
.. include:: ../../includes_chef_solo/includes_chef_solo_11-4_environments.rst
32-

release_chef_11-0/source/ctl_chef_shell.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell.rst
1010

11-
.. note:: |chef shell| is the new name for |shef| as of |chef client| 11. |chef shell| is backwards compatible and aside from the name change, has the same set of functionality as with previous releases.
11+
.. note:: .. include:: ../../includes_notes/includes_notes_chef_shell_was_shef.rst
1212

1313
Modes
1414
=====================================================

release_chef_11-0/source/ctl_chef_solo.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Options
1616

1717
Examples
1818
=====================================================
19+
1920
**Use a URL**
2021

2122
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_url.rst

release_chef_11-10/source/chef_solo.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
.. include:: ../../includes_chef_solo/includes_chef_solo.rst
1010

11-
.. note:: |chef solo| is configured using the :doc:`chef-solo (executable) </ctl_chef_solo>`.
12-
1311
Cookbooks
1412
-----------------------------------------------------
1513
.. include:: ../../includes_chef_solo/includes_chef_solo_cookbooks.rst
@@ -40,11 +38,10 @@ Options
4038

4139
Examples
4240
+++++++++++++++++++++++++++++++++++++++++++++++++++++
43-
**Run chef-solo using solo.rb settings**
4441

45-
.. code-block:: bash
42+
**Run chef-solo using solo.rb settings**
4643

47-
$ chef-solo -c ~/chef/solo.rb
44+
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_solo_rb.rst
4845

4946
**Use a URL**
5047

@@ -57,4 +54,3 @@ Examples
5754
**Use a URL for cookbook and JSON data**
5855

5956
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_url_for_cookbook_and_json.rst
60-

0 commit comments

Comments
 (0)