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
Copy file name to clipboardExpand all lines: examples/hiera/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ server ntp2.example.com
96
96
You could create override data in the following places fora machinein*location=dc2*, they will be searched in this order and the first one with data will match.
97
97
98
98
- file data/dc2.yaml
99
-
- file data/<environment>.yaml
99
+
- file data/<environment>.yaml
100
100
- file data/common.yaml
101
101
102
102
In this example due to the presence of *common.yaml* that declares *ntpservers* the classes will never be searched, it will have precedence.
0 commit comments