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 df7398f commit 7a90e34Copy full SHA for 7a90e34
lib/facter/is_master.rb
@@ -18,7 +18,7 @@ def get_options_from_hash_config(config)
18
19
result << "--port #{port}" unless port.nil?
20
result << '--ipv6' if ipv6
21
- unless tls_mode.nil? || tls_mode == 'diabled'
+ unless tls_mode.nil? || tls_mode == 'disabled'
22
result << "--tls --host #{Facter.value(:fqdn)}"
23
result << "--tlsCertificateKeyFile #{tls_cert_key}" unless tls_cert_key.nil?
24
result << "--tlsCAFile #{tls_ca}" unless tls_ca.nil?
0 commit comments