Correct metadata.json (add operatingsystem_support, correct WTFPL license).

This commit is contained in:
gardouille 2015-01-09 00:09:01 +01:00
parent add74a6e37
commit e11e56b21c
1 changed files with 6 additions and 1 deletions

View File

@ -3,11 +3,16 @@
"version": "0.0.2",
"author": "Gardouille",
"summary": "Manage Proxmox hypervisor and KVM virtual machines or OpenVZ containers.",
"license": "wtfpl",
"license": "WTFPL",
"source": "https://git.101010.fr/puppet/proxmox",
"project_page": "https://git.101010.fr/puppet/proxmox",
"issues_url": "https://git.101010.fr/puppet/proxmox/issues",
"description": "Proxmox module",
"operatingsystem_support": [
{
"operatingsystem":"Debian", "operatingsystemrelease":"7.0"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.7.0"}