Skip to content

Commit c6b87f7

Browse files
Use "false" instead of "undef" for tls parameter
Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
1 parent a6297d7 commit c6b87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Boolean $ssl_weak_cert = false,
8686
Boolean $ssl_invalid_hostnames = false,
8787
Enum['requireSSL', 'preferSSL', 'allowSSL'] $ssl_mode = 'requireSSL',
88-
Optional[Boolean] $tls = undef,
88+
Boolean $tls = false,
8989
Optional[Stdlib::Absolutepath] $tls_key = undef,
9090
Optional[Stdlib::Absolutepath] $tls_ca = undef,
9191
Boolean $tls_conn_without_cert = false,

0 commit comments

Comments
 (0)