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 d0d6715 commit 726d712Copy full SHA for 726d712
puppet/lib/puppet/indirector/facts/puppetdb.rb
@@ -187,4 +187,4 @@ def headers
187
"Content-Type" => "application/x-www-form-urlencoded; charset=UTF-8",
188
}
189
end
190
-end
+end
puppet/lib/puppet/util/puppetdb/config.rb
@@ -19,7 +19,6 @@ def self.load(config_file = nil)
19
:command_broadcast => false,
20
:sticky_read_failover => false,
21
:verify_client_certificate => true,
22
- :verify_client_certificate => true,
23
:fact_names_blacklist => "",
24
:fact_names_blacklist_regex => ""
25
@@ -177,7 +176,6 @@ def fact_names_blacklist_regex
177
176
config[:fact_names_blacklist_regex]
178
179
180
-
181
# @!group Private instance methods
182
183
# @!attribute [r] count
0 commit comments