Skip to content

Commit

Permalink
Support puppetlabs/apt 10.x
Browse files Browse the repository at this point in the history
This uses the new logic introduced in 9.2.0 [1] and thus bumps the lower
bound.

[1] puppetlabs/puppetlabs-apt@ce8e484
  • Loading branch information
evgeni committed Jan 6, 2025
1 parent e9be9e9 commit 0e75f18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion manifests/repo/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
apt::source { 'jenkins':
location => $location,
release => 'binary/',
repos => '',
include => {
'src' => false,
},
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 4.4.0 < 10.0.0"
"version_requirement": ">= 9.2.0 < 11.0.0"
},
{
"name": "puppetlabs/java",
Expand Down

0 comments on commit 0e75f18

Please sign in to comment.