-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add upper ranges to metadata.json to appease lint
- Loading branch information
1 parent
cb74f93
commit 8caeeef
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,19 +92,19 @@ | |
"dependencies": [ | ||
{ | ||
"name": "puppetlabs/stdlib", | ||
"version_requirement": ">= 4.6.0" | ||
"version_requirement": ">= 4.6.0 < 5.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/concat", | ||
"version_requirement": ">= 1.2.5" | ||
"version_requirement": ">= 1.2.5 < 5.0.0" | ||
}, | ||
{ | ||
"name": "stahnma-epel", | ||
"version_requirement": ">= 1.2.2" | ||
"version_requirement": ">= 1.2.2 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs-apt", | ||
"version_requirement": ">= 2.2.0" | ||
"version_requirement": ">= 2.2.0 < 3.0.0" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
booo
|
||
} | ||
] | ||
} |
Do you think we can raise this to "< 4.0.0" or something?
https://forge.puppet.com/puppetlabs/apt