hiera-router 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78a2f6fd2dc0c7b4cae7b2190c13427ddd8bbc2e
4
- data.tar.gz: 17271951c828120ab156144d805ea4fb15608c7e
3
+ metadata.gz: 50ecae31e65d8578923d9ec892584d9bddc22112
4
+ data.tar.gz: 488995d6c3aea9dbf8063945c0f87f6c7fb3161f
5
5
  SHA512:
6
- metadata.gz: 48788cc34fe57613edd485b29f9cc57a6e18c51d336a78fff5c546421079b5b6dae010be72d6a4b50879b64aa5f713aa86d4e181b0f821e2df7e28d352dca41d
7
- data.tar.gz: 286720b3cc940bb523e1b5ea033ef8dea119c1698870270b069b2d90047ba97d8962557e2f64b497d63bafc210c74acb420786b28420c50bbd0a80efa5f3f447
6
+ metadata.gz: e7466c3f8135d2c1d2d0f604c7040ad1b15570aaf0735645aa5d76aec76d8b784298c5bb37078f8f7f6a2bf014678341638092041aed806d661385ca382bec6e
7
+ data.tar.gz: 16bcb7792fc5a19d8cda774896900f5bb748ed4d1ca13e082e345f8eadb6d8343c1f50812db3ac2948ca17548d471f8e33f49b990006d72afa946570cfd4b955
@@ -63,8 +63,9 @@ class Hiera
63
63
  end
64
64
  def lookup(key, scope, order_override, resolution_type)
65
65
  options = {
66
- :key => key,
66
+ :fqdn => scope['fqdn'],
67
67
  :scope => scope,
68
+ :key => key,
68
69
  :order_override => order_override,
69
70
  :resolution_type => resolution_type,
70
71
  }
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.4.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jo Vandeginste
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-22 00:00:00.000000000 Z
12
+ date: 2017-06-29 00:00:00.000000000 Z
13
13
  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.