Skip to content

Commit

Permalink
Merge pull request #1116 from voxpupuli/apt10
Browse files Browse the repository at this point in the history
Support puppetlabs/apt 10.x; require >= 9.2
  • Loading branch information
evgeni authored Jan 6, 2025
2 parents e9be9e9 + 0e75f18 commit 5fcacf5
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 5fcacf5

Please sign in to comment.