mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
Remove setting
This commit is contained in:
parent
38e4b25e29
commit
d42bbd1c9b
@ -69,8 +69,7 @@ module PuppetX
|
|||||||
|
|
||||||
if tls
|
if tls
|
||||||
conf[:encryption] = {
|
conf[:encryption] = {
|
||||||
method: :simple_tls,
|
method: :simple_tls
|
||||||
tls_options: { ca_file: ca_file }
|
|
||||||
}
|
}
|
||||||
if File.file?(ca_file)
|
if File.file?(ca_file)
|
||||||
conf[:encryption][:tls_options] = { ca_file: ca_file }
|
conf[:encryption][:tls_options] = { ca_file: ca_file }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user