hiera 3.4.6 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/bin/hiera +0 -18
  4. data/lib/hiera/version.rb +1 -1
  5. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52d90e247f292f511244f147971f8a25eeee05e607c822ecca68e9333caaf1dc
4
- data.tar.gz: db4c71522a78c53dc65634ef030c2b09310a15ce3d45779a95f3b39321476c2f
3
+ metadata.gz: 1670fb2f2044f86ab749601a2871c1d5ba2eda82740950ca09212f08229073a1
4
+ data.tar.gz: 5563b3da01464025c7f2726c6eb28bf12c09962b0a49a2280b4cf38a9809a89b
5
5
  SHA512:
6
- metadata.gz: cb6d9468a3d25ea236418f2a4e22e53c96fa7033c99bc5cd9748239db5612ffcda1fee899fd9251f6137c2e52ed6f2f655600d05ed9a98311f58690b3a3cfbd1
7
- data.tar.gz: b96226f54e76cbc50f38c94ccf2619b865a5fa1e83d7f11405818e5e3e0e7cc4d2fe42ce9e09ea062e8348c1038d9d0f1e22a107be2155529ff9af8f6c44c540
6
+ metadata.gz: b54a4178859f22e1503b4d83c89effb461c27ffbc51b3e453f819d99b16a7e5b3c07540dd4ef85e1176eeaa15b1bff31e90e8e15c66dab3176b98202365a45fe
7
+ data.tar.gz: 8832ed73e08d7fa3658e29ebfc82261b59e2845fbc9c9554844ae3df53140adc9a27bb78b10efa95be41345f383e2baa9112ebd6f4f1a87f5889ce6060b2f72b
data/README.md CHANGED
@@ -4,7 +4,8 @@
4
4
 
5
5
  A simple pluggable Hierarchical Database.
6
6
 
7
- -
7
+ **This project is deprecated in favor of Hiera version 5 which is implementation in Puppet.**
8
+
8
9
  **Tutorials:** Check the docs directory for tutorials.
9
10
 
10
11
  ## Why?
data/bin/hiera CHANGED
@@ -41,24 +41,6 @@ initial_scopes = Array.new
41
41
  # Loads the scope from YAML or JSON files
42
42
  def load_scope(source, type=:yaml)
43
43
  case type
44
- when :mcollective
45
- begin
46
- require 'mcollective'
47
-
48
- include MCollective::RPC
49
-
50
- util = rpcclient("rpcutil")
51
- util.progress = false
52
- nodestats = util.custom_request("inventory", {}, source, {"identity" => source}).first
53
-
54
- raise "Failed to retrieve facts for node #{source}: #{nodestats[:statusmsg]}" unless nodestats[:statuscode] == 0
55
-
56
- scope = nodestats[:data][:facts]
57
- rescue Exception => e
58
- STDERR.puts "MCollective lookup failed: #{e.class}: #{e}"
59
- exit 1
60
- end
61
-
62
44
  when :yaml
63
45
  raise "Cannot find scope #{type} file #{source}" unless File.exist?(source)
64
46
 
data/lib/hiera/version.rb CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
  class Hiera
10
- VERSION = "3.4.6"
10
+ VERSION = "3.8.0"
11
11
 
12
12
  ##
13
13
  # version is a public API method intended to always provide a fast and
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.6
4
+ version: 3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-14 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A pluggable data store for hierarcical data
14
14
  email: info@puppetlabs.com
@@ -85,8 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubyforge_project:
89
- rubygems_version: 2.7.7
88
+ rubygems_version: 3.0.8
90
89
  signing_key:
91
90
  specification_version: 4
92
91
  summary: Light weight hierarchical data store