Skip to content

Commit

Permalink
Merge pull request #245 from davidmhewitt/patch-1
Browse files Browse the repository at this point in the history
More specific type for extra_origins
  • Loading branch information
kenyon authored Jul 5, 2024
2 parents afea9e4 + 67a546f commit 398273e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Boolean $minimal_steps = true,
Array[Unattended_upgrades::Origin] $origins = $unattended_upgrades::params::origins,
String[1] $package_ensure = installed,
Array[String[1]] $extra_origins = [],
Array[Unattended_upgrades::Origin] $extra_origins = [],
Optional[Integer[0]] $random_sleep = undef,
Optional[String] $sender = undef,
Integer[0] $size = 0,
Expand Down

0 comments on commit 398273e

Please sign in to comment.