Skip to content

Commit

Permalink
Merge pull request #25 from bastelfreak/deps
Browse files Browse the repository at this point in the history
allow puppetlabs/stdlib 5.x and 6.x; allow camptocamp/systemd 2.X,  allow saz/ssh 5.x
  • Loading branch information
bastelfreak authored May 31, 2019
2 parents 97ff39c + 29856ad commit 47a9b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"dependencies": [
{
"name": "saz/ssh",
"version_requirement": ">= 4.0.0 < 5.0.0"
"version_requirement": ">= 4.0.0 < 6.0.0"
},
{
"name": "puppetlabs/vcsrepo",
"version_requirement": ">= 2.0.0 < 3.0.0"
},
{
"name": "camptocamp/systemd",
"version_requirement": ">= 0.4.0 < 2.0.0"
"version_requirement": ">= 0.4.0 < 3.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.1 < 5.0.0"
"version_requirement": ">= 4.25.1 < 7.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 47a9b90

Please sign in to comment.