hiera-router 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23ddc324f83331269bb3a1094b7dfec4cf4e6e4c
|
|
4
|
+
data.tar.gz: febfd0d7e2e3b27ba707a0eed8fd0a54d5430c64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f141b96ace35cc4cfa8d399cb3f9ab2ba330b8440cbc5d0f6f32d660dccaa71a192e55428c4035b9a2a62722d31cf2b561b05bd134de676844ab41a92961960a
|
|
7
|
+
data.tar.gz: dc1df06ff96f38e51da6fda0b66432914a26bc8d0595186a2e9dd557bf1e2fbc05ba07757316c6d36fd6a075f8d4ea8ccf957f01314274f3ca1c5bf75533f7c1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiera-router
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jo Vandeginste
|
|
@@ -14,7 +14,7 @@ dependencies: []
|
|
|
14
14
|
description: |
|
|
15
15
|
This hiera backend replaces the default yaml backend, but will resend queries to other hiera backends based on the value returned by the yaml files.
|
|
16
16
|
|
|
17
|
-
When hiera-router gets a string matching "
|
|
17
|
+
When hiera-router gets a string matching "backend[otherbackendname]", it will resend the same query to "otherbackendname".
|
|
18
18
|
email:
|
|
19
19
|
- jo.vandeginste@kuleuven.be
|
|
20
20
|
- tom.leuse@kuleuven.be
|