@@ -344,7 +344,7 @@ Default value: `$puppetdb::params::database_username`
344344
345345##### <a name =" -puppetdb--database_password " ></a >` database_password `
346346
347- Data type: ` Any `
347+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
348348
349349The password for the database user. Defaults to ` puppetdb ` .
350350
@@ -615,7 +615,7 @@ Default value: `$puppetdb::params::read_database_username`
615615
616616##### <a name =" -puppetdb--read_database_password " ></a >` read_database_password `
617617
618- Data type: ` Any `
618+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
619619
620620The password for the read database user. Defaults to ` puppetdb-read ` . This option is
621621supported in PuppetDB >= 1.6.
@@ -973,7 +973,7 @@ Default value: `$puppetdb::params::database_username`
973973
974974##### <a name =" -puppetdb--database--postgresql--database_password " ></a >` database_password `
975975
976- Data type: ` Any `
976+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
977977
978978Sets the password for the database user above. Defaults to ` puppetdb ` .
979979
@@ -1067,7 +1067,7 @@ Default value: `$puppetdb::params::read_database_username`
10671067
10681068##### <a name =" -puppetdb--database--postgresql--read_database_password " ></a >` read_database_password `
10691069
1070- Data type: ` Any `
1070+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
10711071
10721072The password for the read database user. Defaults to ` puppetdb-read ` . This option is
10731073supported in PuppetDB >= 1.6.
@@ -1583,7 +1583,7 @@ Default value: `$puppetdb::params::database_username`
15831583
15841584##### <a name =" -puppetdb--server--database_password " ></a >` database_password `
15851585
1586- Data type: ` Any `
1586+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
15871587
15881588The password for the database user. Defaults to ` puppetdb ` .
15891589
@@ -1835,7 +1835,7 @@ Default value: `$puppetdb::params::read_database_username`
18351835
18361836##### <a name =" -puppetdb--server--read_database_password " ></a >` read_database_password `
18371837
1838- Data type: ` Any `
1838+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
18391839
18401840The password for the read database user. Defaults to ` puppetdb-read ` . This option is
18411841supported in PuppetDB >= 1.6.
0 commit comments