From 2ab024ab14bdf831233d727f55d0a3cc0cf5e5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Tue, 9 Dec 2014 15:37:21 +0100 Subject: Improve metadata.json --- metadata.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 190d22b..6116923 100644 --- a/metadata.json +++ b/metadata.json @@ -3,12 +3,63 @@ "version": "1.0.3", "author": "camptocamp", "summary": "Camptocamp Augeas module", - "license": "GNU GPLv3", + "license": "Apache-2.0", "source": "https://github.com/camptocamp/puppet-augeas", "project_page": "https://github.com/camptocamp/puppet-augeas", "issues_url": "https://github.com/camptocamp/puppet-augeas/issues", "description": "Augeas Module for Puppet", "dependencies": [ - {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"} + { + "name":"puppetlabs/stdlib", + "version_requirement":">= 3.2.0 <5.0.0" + } + ], + "requirements": [ + { + "name": "pe", + "version_requirement": "3.x" + }, + { + "name": "puppet", + "version_requirement": "3.x" + } + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04", + "14.04" + ] + }, + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "5", + "6" + ] + }, + { + "operatingsystem": "SLES" + } + ], + "puppet_version": [ + "2.7", + "3.0", + "3.1", + "3.2", + "3.3", + "3.4", + "3.5", + "3.6", + "3.7" ] } -- cgit v1.2.3