puppetdb_rundeck 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 2014-07-01 Release 0.3.1
2
+ - fixing issue when running on 1.8.x
3
+
1
4
  2014-07-01 Release 0.3.0
2
5
  - improved performance for large instances of puppetdb
3
6
  - added 30 min cache with api for clearing cache
@@ -22,7 +22,7 @@ class EndPoint
22
22
  per_type_cache = "/tmp/puppetdb-resource.#{type}"
23
23
 
24
24
  THREAD_COUNT.times.map {
25
- Thread.new(nodes, @rundeck_data) do |nodes|
25
+ Thread.new(nodes) do |nodes|
26
26
  while node = mutex.synchronize { nodes.pop }
27
27
  host = node['name']
28
28
  facts = @db_helper.get_facts(host)
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'puppetdb_rundeck'
6
- spec.version = '0.3.0'
6
+ spec.version = '0.3.1'
7
7
  spec.authors = ['liamjbennett']
8
8
  spec.email = ['lbennett@opentable.com']
9
9
  spec.summary = %q{A sinatra based application to provide integration between PuppetDB and Rundeck}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetdb_rundeck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: