Skip to content

Commit

Permalink
Update dependency on puppetlabs/apt
Browse files Browse the repository at this point in the history
Breaking changes for puppetlabs/apt 5.0.0 was a deprecation of Debian 7;
for 6.0.0, it was removal of support for Pupet <= 4.7.

Since the bareos module itself is not affected by syntax changes, we can
leave the dependency on apt pretty wide so users can choose a version of
apt supported on their OS version.
  • Loading branch information
towo committed Mar 20, 2019
1 parent 979d734 commit 6f228e4
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 6f228e4

Please sign in to comment.