Skip to content

Commit

Permalink
Add beter data type in init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris29 committed Jan 15, 2024
1 parent bbcd1d5 commit 61ebb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
Boolean $manage_cli = true,
String[1] $cli_version = 'installed',
String[1] $cli_user = 'admin',
String[1] $cli_password = 'admin',
Optional[String[8]] $cli_token = undef,
Variant[String[1], Sensitive[String[1]]] $cli_password = 'admin',
Optional[Variant[String[8], Sensitive[String[8]]]] $cli_token = undef,
Hash $cli_projects = {},
) {
validate_rd_policy($admin_policies)
Expand Down

0 comments on commit 61ebb23

Please sign in to comment.