Skip to content

Commit

Permalink
canvis metadata os support
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed May 26, 2016
1 parent d96a4ed commit 483c803
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-eyplib",
"version": "0.1.2",
"version": "0.1.3",
"author": "eyp",
"summary": "Utility functions for puppet modules",
"license": "Apache-2.0",
Expand All @@ -12,28 +12,37 @@
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystem": "CloudLinux"
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystem": "Amazon"
},
{
"operatingsystem": "OEL",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystem": "Debian"
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystem": "CentOS"
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04" ]
"operatingsystem": "Scientific"
},
{
"operatingsystem": "OEL"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "SLES"
},
{
"operatingsystem": "Solaris"
},
{
"operatingsystem": "Gentoo"
}
],
"requirements": [
Expand Down

0 comments on commit 483c803

Please sign in to comment.