alpha_omega 0.0.74 → 0.0.75

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.
@@ -149,8 +149,7 @@ module AlphaOmega
149
149
 
150
150
  set :last_pod, pod_name
151
151
  nodes.sort.each do |remote_name, node|
152
- n = AlphaOmega.node_defaults(node, pods_config, opsdb, pod_name, this_pod, remote_name)
153
- StringIO.new({ remote_name => n }.to_yaml).lines.each {|l| puts "#{AlphaOmega.magic_prefix} #{l}" }
152
+ StringIO.new({ remote_name => node }.to_yaml).lines.each {|l| puts "#{AlphaOmega.magic_prefix} #{l}" }
154
153
  end
155
154
  end
156
155
 
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.74"
2
+ Version = "0.0.75"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 139
4
+ hash: 137
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 74
10
- version: 0.0.74
9
+ - 75
10
+ version: 0.0.75
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem