hiera-housekeeper 0.15 → 0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ class Hiera
14
14
  return @@cache[source] if @@cache.include? source
15
15
 
16
16
  begin
17
- uri = URI.parse("#{housekeeper_server}/file/#{housekeeper_identity}/branches/#{housekeeper_branch}/hieradata/#{source}.gpg")
17
+ uri = URI.parse("#{housekeeper_server}/file/hiera/#{housekeeper_identity}/hieradata/#{source}.gpg")
18
18
  gpgfile = open(uri).read()
19
19
  rescue OpenURI::HTTPError
20
20
  gpgfile = :next
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera-housekeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.15'
4
+ version: '0.16'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-15 00:00:00.000000000 Z
12
+ date: 2014-07-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hiera