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