@@ -344,7 +344,7 @@ Default value: `$puppetdb::params::database_username`
344
344
345
345
##### <a name =" -puppetdb--database_password " ></a >` database_password `
346
346
347
- Data type: ` Any `
347
+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
348
348
349
349
The password for the database user. Defaults to ` puppetdb ` .
350
350
@@ -615,7 +615,7 @@ Default value: `$puppetdb::params::read_database_username`
615
615
616
616
##### <a name =" -puppetdb--read_database_password " ></a >` read_database_password `
617
617
618
- Data type: ` Any `
618
+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
619
619
620
620
The password for the read database user. Defaults to ` puppetdb-read ` . This option is
621
621
supported in PuppetDB >= 1.6.
@@ -973,7 +973,7 @@ Default value: `$puppetdb::params::database_username`
973
973
974
974
##### <a name =" -puppetdb--database--postgresql--database_password " ></a >` database_password `
975
975
976
- Data type: ` Any `
976
+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
977
977
978
978
Sets the password for the database user above. Defaults to ` puppetdb ` .
979
979
@@ -1067,7 +1067,7 @@ Default value: `$puppetdb::params::read_database_username`
1067
1067
1068
1068
##### <a name =" -puppetdb--database--postgresql--read_database_password " ></a >` read_database_password `
1069
1069
1070
- Data type: ` Any `
1070
+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
1071
1071
1072
1072
The password for the read database user. Defaults to ` puppetdb-read ` . This option is
1073
1073
supported in PuppetDB >= 1.6.
@@ -1583,7 +1583,7 @@ Default value: `$puppetdb::params::database_username`
1583
1583
1584
1584
##### <a name =" -puppetdb--server--database_password " ></a >` database_password `
1585
1585
1586
- Data type: ` Any `
1586
+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
1587
1587
1588
1588
The password for the database user. Defaults to ` puppetdb ` .
1589
1589
@@ -1835,7 +1835,7 @@ Default value: `$puppetdb::params::read_database_username`
1835
1835
1836
1836
##### <a name =" -puppetdb--server--read_database_password " ></a >` read_database_password `
1837
1837
1838
- Data type: ` Any `
1838
+ Data type: ` Variant[String[1], Sensitive[String[1]]] `
1839
1839
1840
1840
The password for the read database user. Defaults to ` puppetdb-read ` . This option is
1841
1841
supported in PuppetDB >= 1.6.
0 commit comments