File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 Optional[Stdlib::Port] $db_port = undef ,
2323 String $db_name = ' candlepin' ,
2424 String $db_user = ' candlepin' ,
25- Optional[String] $db_password = undef ,
25+ Optional[Variant[Sensitive[ String], String] ] $db_password = undef ,
2626 Boolean $db_ssl = false ,
2727 Boolean $db_ssl_verify = true ,
2828 Boolean $manage_db = true ,
Original file line number Diff line number Diff line change 5050 Optional[Stdlib::Port] $candlepin_db_port = undef ,
5151 String $candlepin_db_name = ' candlepin' ,
5252 String $candlepin_db_user = ' candlepin' ,
53- Optional[String] $candlepin_db_password = undef ,
53+ Optional[Variant[Sensitive[ String], String] ] $candlepin_db_password = undef ,
5454 Boolean $candlepin_db_ssl = false ,
5555 Boolean $candlepin_db_ssl_verify = true ,
5656 Boolean $candlepin_manage_db = true ,
You can’t perform that action at this time.
0 commit comments