Skip to content

Commit

Permalink
Accept Sensitive for Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cocker-cc committed Apr 14, 2022
1 parent afc08e3 commit 9345737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/candlepin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Optional[Stdlib::Port] $db_port = undef,
String $db_name = 'candlepin',
String $db_user = 'candlepin',
Optional[String] $db_password = undef,
Optional[Variant[Sensitive[String], String]] $db_password = undef,
Boolean $db_ssl = false,
Boolean $db_ssl_verify = true,
Boolean $manage_db = true,
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
Optional[Stdlib::Port] $candlepin_db_port = undef,
String $candlepin_db_name = 'candlepin',
String $candlepin_db_user = 'candlepin',
Optional[String] $candlepin_db_password = undef,
Optional[Variant[Sensitive[String], String]] $candlepin_db_password = undef,
Boolean $candlepin_db_ssl = false,
Boolean $candlepin_db_ssl_verify = true,
Boolean $candlepin_manage_db = true,
Expand Down

0 comments on commit 9345737

Please sign in to comment.