puppetdb_query 0.0.34 → 0.0.35

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02703369147399b805387f43717be7874b561e11
4
- data.tar.gz: a406412f8fafc587eb987b124713a1a203a7be16
3
+ metadata.gz: 48c72811aebb550140681751671558a1c3024cde
4
+ data.tar.gz: 7efcabf91e3db2aaafb043d02fc548d8cd20f873
5
5
  SHA512:
6
- metadata.gz: 74e875642df066576133fd92b667f30bf5e761911e252aeb06a8e406b62cf037b8c780c603424c24caad3acd194df43b03b68c5e3652704de31b1498bb64871a
7
- data.tar.gz: ee7b72fdc1e4ca9f5a82159a0d3403a82b3600972b6ebe683abe34ab607944990d35402c439da0752be4c683b77dc16a35a9602775281f21c78fabc18f00250b
6
+ metadata.gz: 4c3ffd521101cdf1e0dbfde42884ae7202ce4b07d670d6c46b9255d055964af7ba33a9fd093f022fe01eb25805fd0fe1fb9ab881aa46baaa45b2c0c41bc352b5
7
+ data.tar.gz: b7a086fe767dab557be2ac3906508900194b7ef1fcd62cc32bf4412b62277b2e00e4fc95a78414d5aaff5d1a269bed89ad9a7478ddac67184036ef87128526f7
@@ -49,7 +49,7 @@ module PuppetDBQuery
49
49
  logger.info "update2 started (full update)"
50
50
  tsb = Time.now
51
51
  source_nodes = source_node_properties.keys
52
- destination_nodes = destination.nodes
52
+ destination_nodes = destination.all_nodes
53
53
  delete_missing(destination_nodes, source_nodes)
54
54
  errors = false
55
55
  complete = source.facts
@@ -75,7 +75,7 @@ module PuppetDBQuery
75
75
  logger.info "update3 started (incremental)"
76
76
  tsb = Time.now
77
77
  source_nodes = source_node_properties.keys
78
- destination_nodes = destination.nodes
78
+ destination_nodes = destination.all_nodes
79
79
  delete_missing(destination_nodes, source_nodes)
80
80
  errors = false
81
81
  modified = source.nodes_update_facts_since(last_update_timestamp)
@@ -1,3 +1,3 @@
1
1
  module PuppetDBQuery
2
- VERSION = "0.0.34".freeze
2
+ VERSION = "0.0.35".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetdb_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Meyling