chef/cookbooks/yum-epel/metadata.json
2015-07-21 19:45:23 +02:00

34 lines
590 B
JSON

{
"name": "yum-epel",
"version": "0.6.0",
"description": "Installs/Configures yum-epel",
"long_description": "",
"maintainer": "Chef",
"maintainer_email": "Sean OMeara <someara@getchef.com>",
"license": "Apache 2.0",
"platforms": {
"redhat": ">= 0.0.0",
"centos": ">= 0.0.0",
"scientific": ">= 0.0.0",
"amazon": ">= 0.0.0"
},
"dependencies": {
"yum": "~> 3.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
}
}