You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: You can change the location for the global layer's hiera.yaml with Puppet's `hiera_config` setting.
37
37
@@ -191,13 +191,13 @@ Related topics: [variable interpolation][variables], [YAML][yaml_data], [JSON][j
191
191
192
192
Options for specifying a file path:
193
193
194
-
Key | Data type | Expected value
195
-
--------|-----------|---------------
196
-
`path`| String | One file path.
197
-
`paths` | Array | Any number of file paths. This acts like a sub-hierarchy: if multiple files exist, Hiera searches all of them, in the order in which they're written.
198
-
`glob`| String | One shell-like glob pattern, which might match any number of files. If multiple files are found, Hiera searches all of them in alphanumerical order.
199
-
`globs`| Array | Any number of shell-like glob patterns. If multiple files are found, Hiera searches all of them in alphanumerical order (ignoring the order of the globs).
200
-
`mapped_paths`| Array or Hash | A fact that is a collection (array or hash) of values. Hiera expands these values to produce an array of paths.
`paths` | Array | Any number of file paths. This acts like a sub-hierarchy: if multiple files exist, Hiera searches all of them, in the order in which they're written.
198
+
`glob`| String | One shell-like glob pattern, which might match any number of files. If multiple files are found, Hiera searches all of them in alphanumerical order.
199
+
`globs`| Array | Any number of shell-like glob patterns. If multiple files are found, Hiera searches all of them in alphanumerical order (ignoring the order of the globs).
200
+
`mapped_paths`| Array or Hash | A fact that is a collection (array or hash) of values. Hiera expands these values to produce an array of paths.
201
201
202
202
> Note: You can only use one of these keys in a given hierarchy level.
203
203
@@ -209,21 +209,21 @@ File paths are relative to the `datadir`: if the full datadir is `/etc/puppetlab
209
209
210
210
Globs are implemented with Ruby's `Dir.glob` method:
211
211
212
-
- One asterisk (`*`) matches a run of characters.
213
-
- Two asterisks (`**`) matches any depth of nested directories.
214
-
- A question mark (`?`) matches one character.
215
-
- Comma-separated lists in curly braces (`{one,two}`) match any option in the list.
216
-
- Sets of characters in square brackets (`[abcd]`) match any character in the set.
217
-
- A backslash (`\`) escapes special characters.
212
+
* One asterisk (`*`) matches a run of characters.
213
+
* Two asterisks (`**`) matches any depth of nested directories.
214
+
* A question mark (`?`) matches one character.
215
+
* Comma-separated lists in curly braces (`{one,two}`) match any option in the list.
216
+
* Sets of characters in square brackets (`[abcd]`) match any character in the set.
> Note: You can change the location for the global layer's hiera.yaml with Puppet's `hiera_config` setting.
37
37
@@ -191,13 +191,13 @@ Related topics: [variable interpolation][variables], [YAML][yaml_data], [JSON][j
191
191
192
192
Options for specifying a file path:
193
193
194
-
Key | Data type | Expected value
195
-
--------|-----------|---------------
196
-
`path`| String | One file path.
197
-
`paths` | Array | Any number of file paths. This acts like a sub-hierarchy: if multiple files exist, Hiera searches all of them, in the order in which they're written.
198
-
`glob`| String | One shell-like glob pattern, which might match any number of files. If multiple files are found, Hiera searches all of them in alphanumerical order.
199
-
`globs`| Array | Any number of shell-like glob patterns. If multiple files are found, Hiera searches all of them in alphanumerical order (ignoring the order of the globs).
200
-
`mapped_paths`| Array or Hash | A fact that is a collection (array or hash) of values. Hiera expands these values to produce an array of paths.
`paths` | Array | Any number of file paths. This acts like a sub-hierarchy: if multiple files exist, Hiera searches all of them, in the order in which they're written.
198
+
`glob`| String | One shell-like glob pattern, which might match any number of files. If multiple files are found, Hiera searches all of them in alphanumerical order.
199
+
`globs`| Array | Any number of shell-like glob patterns. If multiple files are found, Hiera searches all of them in alphanumerical order (ignoring the order of the globs).
200
+
`mapped_paths`| Array or Hash | A fact that is a collection (array or hash) of values. Hiera expands these values to produce an array of paths.
201
201
202
202
> Note: You can only use one of these keys in a given hierarchy level.
203
203
@@ -209,21 +209,21 @@ File paths are relative to the `datadir`: if the full datadir is `/etc/puppetlab
209
209
210
210
Globs are implemented with Ruby's `Dir.glob` method:
211
211
212
-
- One asterisk (`*`) matches a run of characters.
213
-
- Two asterisks (`**`) matches any depth of nested directories.
214
-
- A question mark (`?`) matches one character.
215
-
- Comma-separated lists in curly braces (`{one,two}`) match any option in the list.
216
-
- Sets of characters in square brackets (`[abcd]`) match any character in the set.
217
-
- A backslash (`\`) escapes special characters.
212
+
* One asterisk (`*`) matches a run of characters.
213
+
* Two asterisks (`**`) matches any depth of nested directories.
214
+
* A question mark (`?`) matches one character.
215
+
* Comma-separated lists in curly braces (`{one,two}`) match any option in the list.
216
+
* Sets of characters in square brackets (`[abcd]`) match any character in the set.
0 commit comments