We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726d712 commit d7d18f7Copy full SHA for d7d18f7
puppet/lib/puppet/indirector/facts/puppetdb.rb
@@ -48,7 +48,7 @@ def save(request)
48
49
inventory = facts.values['_puppet_inventory_1']
50
package_inventory = inventory['packages'] if inventory.respond_to?(:keys)
51
- facts.values.delete('_puppet_inventory_1'))
+ facts.values.delete('_puppet_inventory_1')
52
53
fact_names_blacklist = Puppet::Util::Puppetdb.config.fact_names_blacklist
54
puppet/lib/puppet/util/puppetdb/config.rb
@@ -176,6 +176,7 @@ def fact_names_blacklist_regex
176
config[:fact_names_blacklist_regex]
177
end
178
179
+
180
# @!group Private instance methods
181
182
# @!attribute [r] count
0 commit comments