Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Update metadata.json to accurately define puppet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes committed Jul 8, 2017
1 parent 2c73165 commit a02aea3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tpdownes-sysctl",
"version": "2.0.1",
"version": "2.1.0",
"author": "Matthias Saou w/Puppet 4 modifications by Thomas Downes",
"license": "Apache-2.0",
"summary": "Puppet 4 module for managing kernel settings with sysctl",
"summary": "Puppet 4.9+ module for managing kernel settings with sysctl",
"source": "git://github.com/tpdownes/puppet-sysctl.git",
"project_page": "https://github.com/tpdownes/puppet-sysctl",
"issues_url": "https://github.com/tpdownes/puppet-sysctl/issues",
Expand All @@ -19,21 +19,21 @@
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8" ]
"operatingsystemrelease": [ "6", "7", "8", "9" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12", "14" ]
"operatingsystemrelease": [ "12", "14", "16" ]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
"version_requirement": ">= 4.9.0 < 6.0.0"
},
{
"name": "puppet",
"version_requirement": "4.x"
"version_requirement": ">= 4.9.0 < 6.0.0"
}
],
"dependencies": []
Expand Down

0 comments on commit a02aea3

Please sign in to comment.