@@ -14,28 +14,33 @@ Registry Key Path Separators
1414
1515Recipe DSL Methods
1616-----------------------------------------------------
17- The following methods can be used to interact with |windows | registry keys.
18-
19- .. list-table ::
20- :widths: 150 450
21- :header-rows: 1
22-
23- * - Methods
24- - Description
25- * - `registry_data_exists? <http://docs.chef.io/release/12-0/dsl_recipe.html#registry-data-exists >`__
26- - Find out if a registry key contains data.
27- * - `registry_get_subkeys <http://docs.chef.io/release/12-0/dsl_recipe.html#registry-get-subkeys >`__
28- - Get a list of sub-keys for a registry setting.
29- * - `registry_get_values <http://docs.chef.io/release/12-0/dsl_recipe.html#registry-get-values >`__
30- - Get values (name, type, and data) for a given registry key.
31- * - `registry_has_subkeys? <http://docs.chef.io/release/12-0/dsl_recipe.html#registry-has-subkeys >`__
32- - Find out if a registry key has one (or more) sub-keys.
33- * - `registry_key_exists? <http://docs.chef.io/release/12-0/dsl_recipe.html#registry-key-exists >`__
34- - Find out if a registry key exists.
35- * - `registry_value_exists? <http://docs.chef.io/release/12-0/dsl_recipe.html#registry-value-exists >`__
36- - Find out if a registry key has values set (name, type, and data).
37-
38- .. note :: The recommended order in which registry key-specific methods should be used within a recipe is: ``key_exists?``, ``value_exists?``, ``data_exists?``, ``get_values``, ``has_subkeys?``, and then ``get_subkeys``.
17+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_windows_methods.rst
18+
19+ .. include :: ../../includes_notes/includes_notes_dsl_recipe_order_for_windows_methods.rst
20+
21+ registry_data_exists?
22+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
23+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_registry_data_exists.rst
24+
25+ registry_get_subkeys
26+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
27+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_registry_get_subkeys.rst
28+
29+ registry_get_values
30+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
31+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_registry_get_values.rst
32+
33+ registry_has_subkeys?
34+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
35+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_registry_has_subkeys.rst
36+
37+ registry_key_exists?
38+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
39+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_registry_key_exists.rst
40+
41+ registry_value_exists?
42+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
43+ .. include :: ../../includes_dsl_recipe/includes_dsl_recipe_method_registry_value_exists.rst
3944
4045Actions
4146=====================================================
0 commit comments