Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Jul 6, 2016
1 parent 2c5a6d5 commit 7da6b39
Showing 1 changed file with 56 additions and 59 deletions.
115 changes: 56 additions & 59 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,58 @@
{
"name": "cristifalcas-flannel",
"version": "1.3.0",
"author": "Cristian Falcas",
"license": "Apache-2.0",
"project_page": "https://github.com/cristifalcas/puppet-flannel",
"source": "[email protected]:cristifalcas/puppet-flannel.git",
"issues_url": "https://github.com/cristifalcas/puppet-flannel/issues",
"summary": "flannel is a virtual network that gives a subnet to each host for use with container runtimes.",
"tags": [
"flannel",
"docker"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6", "7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"21"
]
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
}
],
"requirements": [],
"dependencies": [{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
},{
"name": "cristifalcas/docker",
"version_requirement": "5.x"
}
]
"name": "cristifalcas-flannel",
"version": "1.3.0",
"author": "Cristian Falcas",
"license": "Apache-2.0",
"project_page": "https://github.com/cristifalcas/puppet-flannel",
"source": "[email protected]:cristifalcas/puppet-flannel.git",
"issues_url": "https://github.com/cristifalcas/puppet-flannel/issues",
"summary": "flannel is a virtual network that gives a subnet to each host for use with container runtimes.",
"tags": [ "flannel",
"docker"
],
"dependencies": [{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
},{
"name": "cristifalcas/docker",
"version_requirement": "5.x"
},{
"name": "cristifalcas/etcd",
"version_requirement": "1.x"
}
],
"requirements": [{
"name": "pe",
"version_requirement": "3.x"
},{
"name": "puppet",
"version_requirement": ">=3.4.0 <5.0.0"
}
],
"operatingsystem_support": [{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "7"
]
},{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "7"
]
},{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "7"
]
},{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "7"
]
},{
"operatingsystem": "Fedora",
"operatingsystemrelease": [ "21"
]
},{
"operatingsystem": "Debian"
},{
"operatingsystem": "Ubuntu"
}
]
}

0 comments on commit 7da6b39

Please sign in to comment.