Skip to content

Commit

Permalink
Add apt to dependencies in metadata.json
Browse files Browse the repository at this point in the history
Prior to this commit, apt was required in the fixutures but not in
metadata.json. Version 7.2.0 was chosen as the lower bounds of the apt
module version because that is when Debian 10 support was added.

Fixes voxpupuli#1374
  • Loading branch information
genebean committed Feb 20, 2020
1 parent be0a031 commit 9f6d553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"project_page": "http://github.com/voxpupuli/puppet-nginx",
"issues_url": "https://github.com/voxpupuli/puppet-nginx/issues",
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 7.2.0 < 8.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 4.1.0 < 7.0.0"
Expand Down

0 comments on commit 9f6d553

Please sign in to comment.