From 4c8a99b9ebca7e794e355cd08799dc53d72832d2 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Fri, 28 Feb 2014 15:34:08 +0000 Subject: [PATCH 1/2] Prepare metadata for supported module release. (cherry picked from commit ab03a989df37df3660f0916519d0f78f7ab73a13) --- metadata.json | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/metadata.json b/metadata.json index ccb4458..8122b5c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,26 +1,22 @@ { - "name": "puppetlabs/apt", - "version": "1.3.0", - "summary": "Apt key and source management", - "source": "git@github.com/puppetlabs/puppetlabs-apt.git", - "project_page": "http://github.com/puppetlabs/puppetlabs-apt", - "author": "Puppet Labs", - "license": "Apache-2.0", "operatingsystem_support": [ - "Debian", - "Ubuntu" + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04" + ] + } ], - "puppet_version": [ - 2.7, - 3.0, - 3.1, - 3.2, - 3.3 - ], - "dependencies": [ - { - "name": "puppetlabs/stdlib", - "version_requirement": ">= 2.2.1" - } + "requirements": [ + { "name": "pe", "version_requirement": "3.2.x" }, + { "name": "puppet", "version_requirement": "3.x" } ] } From 4c7150a5be39affee96de5763f926b7888043215 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Mon, 3 Mar 2014 21:39:10 +0000 Subject: [PATCH 2/2] Add back in missing fields to work around Puppet bug. (cherry picked from commit dc472717163d30a4463f687a577238ec2539601c) --- metadata.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8122b5c..f1e8663 100644 --- a/metadata.json +++ b/metadata.json @@ -1,4 +1,11 @@ { + "name": "puppetlabs-apt", + "version": "1.4.1", + "source": "https://github.com/puppetlabs/puppetlabs-apt", + "author": "Puppet Labs", + "license": "Apache-2.0", + "project_page": "https://github.com/puppetlabs/puppetlabs-apt", + "summary": "Puppet Labs Apt Module", "operatingsystem_support": [ { "operatingsystem": "Debian", @@ -18,5 +25,6 @@ "requirements": [ { "name": "pe", "version_requirement": "3.2.x" }, { "name": "puppet", "version_requirement": "3.x" } - ] + ], + "dependencies": [] }