Skip to content

Commit

Permalink
update module's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Mar 18, 2019
1 parent 402986d commit 8fe3ebb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 2.4.0 < 5.0.0"
"version_requirement": ">= 2.4.0 < 6.0.0"
},
{
"name": "puppetlabs-apt",
"version_requirement": ">= 3.0.0 < 5.0.0"
"version_requirement": ">= 3.0.0 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -48,14 +48,15 @@
"10.04",
"12.04",
"14.04",
"16.04"
"16.04",
"18.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
"version_requirement": ">= 4.0.0 < 7.0.0"
}
]
}

0 comments on commit 8fe3ebb

Please sign in to comment.