Skip to content

Commit

Permalink
Merge pull request #31 from b1-systems/fix/metadata-apt
Browse files Browse the repository at this point in the history
Update dependency on puppetlabs/apt
  • Loading branch information
project0 authored Mar 22, 2019
2 parents 979d734 + 561242d commit 3718067
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tags": ["bareos", "backup"],
"dependencies": [
{"name": "puppetlabs/stdlib","version_requirement":">= 4.0.0 < 5.0.0"},
{"name": "puppetlabs/apt", "version_requirement": ">=2.0.0 < 5.0.0"},
{"name": "puppetlabs/apt", "version_requirement": ">=2.0.0 < 7.0.0"},
{"name": "puppetlabs/concat", "version_requirement": ">=2.0.0 < 5.0.0"}
],
"requirements": [
Expand All @@ -24,15 +24,17 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
"16.04",
"18.04"
]
},
{
Expand Down

0 comments on commit 3718067

Please sign in to comment.