Merge pull request #599 from mhaskel/metadata_fix
Fix issues URL and make format match puppet module build
This commit is contained in:
commit
e5a300a2d2
1 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
|
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
|
||||||
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
||||||
"issues_url": "https://github.com/puppetlabs/puppetlabs-mysql/issues",
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
|
@ -75,9 +75,6 @@
|
||||||
],
|
],
|
||||||
"description": "Mysql module",
|
"description": "Mysql module",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
|
||||||
"name": "puppetlabs/stdlib",
|
|
||||||
"version_requirement": ">= 3.2.0"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue