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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7754829ba6203db1d46840add1657cc1080919d5
4
- data.tar.gz: 2405088a12b1841da317a1a6a3cdad43dc4aa328
3
+ metadata.gz: 23ddc324f83331269bb3a1094b7dfec4cf4e6e4c
4
+ data.tar.gz: febfd0d7e2e3b27ba707a0eed8fd0a54d5430c64
5
5
  SHA512:
6
- metadata.gz: c0edb3925af0de0767bbf37f808f133a41fbb41315082b42057e756ff8a71e5dfb1864d14467e666ae044de0fa9677f3b54d8ccd05729fa93c49f5ca45aabe91
7
- data.tar.gz: 4ad4214c020ca159f85cd40c1b2dea9126e0efaa30a2754e446380116727327d6f57ee63832566e5989791ea4743432e0048390dc70ebb5734cca55cf09955cf
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.7
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 "BACKEND[otherbackendname]", it will resend the same query to "otherbackendname".
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