We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472675e commit a0a0471Copy full SHA for a0a0471
spec/octocatalog-diff/fixtures/repos/default/config/hiera5-simple.yaml
@@ -0,0 +1,11 @@
1
+---
2
+version: 5
3
+defaults:
4
+ datadir: /var/lib/puppet/environments/%{::environment}/hieradata
5
+hierarchy:
6
+ - name: "fqdn"
7
+ path: "servers/%{::fqdn}.yaml"
8
+ - name: "datacenter"
9
+ path: "datacenter/%{::datacenter}.yaml"
10
+ - name: "special"
11
+ path: "special/%{::operatingsystem}.yaml"
spec/octocatalog-diff/fixtures/repos/default/config/hiera5-symbols-simple.yaml
+:version: 5
+:defaults:
+ :datadir: /var/lib/puppet/environments/%{::environment}/hieradata
+:hierarchy:
+ - :name: "fqdn"
+ :path: "servers/%{::fqdn}.yaml"
+ - :name: "datacenter"
+ :path: "datacenter/%{::datacenter}.yaml"
+ - :name: "special"
+ :path: "special/%{::operatingsystem}.yaml"
0 commit comments