Skip to content

Commit

Permalink
Allow newer modules dependencies, add Debian 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Sep 29, 2021
1 parent a4e44e3 commit fd8256d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">= 0.4.4 < 6.0.0"
"version_requirement": ">= 0.4.4 < 7.0.0"
},
{
"name": "puppet/cron",
"version_requirement": ">= 1.3.1 < 3.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.3.3 < 8.0.0"
"version_requirement": ">= 2.3.3 < 9.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
Expand Down Expand Up @@ -46,14 +46,16 @@
"operatingsystemrelease": [
"8",
"9",
"10"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04"
"18.04",
"20.04"
]
},
{
Expand Down

0 comments on commit fd8256d

Please sign in to comment.