Skip to content

Commit 726d712

Browse files
committed
Cleanup
1 parent d0d6715 commit 726d712

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

puppet/lib/puppet/indirector/facts/puppetdb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ def headers
187187
"Content-Type" => "application/x-www-form-urlencoded; charset=UTF-8",
188188
}
189189
end
190-
end
190+
end

puppet/lib/puppet/util/puppetdb/config.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def self.load(config_file = nil)
1919
:command_broadcast => false,
2020
:sticky_read_failover => false,
2121
:verify_client_certificate => true,
22-
:verify_client_certificate => true,
2322
:fact_names_blacklist => "",
2423
:fact_names_blacklist_regex => ""
2524
}
@@ -177,7 +176,6 @@ def fact_names_blacklist_regex
177176
config[:fact_names_blacklist_regex]
178177
end
179178

180-
181179
# @!group Private instance methods
182180

183181
# @!attribute [r] count

0 commit comments

Comments
 (0)