Skip to content

Commit 7a90e34

Browse files
committed
Fix typo in is_master fact
1 parent df7398f commit 7a90e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/facter/is_master.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_options_from_hash_config(config)
1818

1919
result << "--port #{port}" unless port.nil?
2020
result << '--ipv6' if ipv6
21-
unless tls_mode.nil? || tls_mode == 'diabled'
21+
unless tls_mode.nil? || tls_mode == 'disabled'
2222
result << "--tls --host #{Facter.value(:fqdn)}"
2323
result << "--tlsCertificateKeyFile #{tls_cert_key}" unless tls_cert_key.nil?
2424
result << "--tlsCAFile #{tls_ca}" unless tls_ca.nil?

0 commit comments

Comments
 (0)