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 Sep 20, 2023
1 parent e86d7fb commit 47741f4
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 @@ -27,7 +27,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,
Optional[Stdlib::Absolutepath] $db_ssl_ca = undef,
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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,
Optional[Stdlib::Absolutepath] $candlepin_db_ssl_ca = undef,
Expand Down

0 comments on commit 47741f4

Please sign in to comment.