Skip to content

Commit 58ec2af

Browse files
author
DEFERME Bert
committed
Make mysql db password undef by default
1 parent 31ac5d7 commit 58ec2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/database/mysql.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$database_schema_path = '',
1717
$database_name = '',
1818
$database_user = '',
19-
Optional[Variant[String[1], Sensitive[String[1]]]] $database_password = '',
19+
Optional[Variant[String[1], Sensitive[String[1]]]] $database_password = undef,
2020
$database_host = '',
2121
Optional[Stdlib::Port::Unprivileged] $database_port = undef,
2222
$database_path = $zabbix::params::database_path,

0 commit comments

Comments
 (0)