From: Ashley Penney Date: Mon, 3 Mar 2014 21:39:10 +0000 (+0000) Subject: Add back in missing fields to work around Puppet bug. X-Git-Tag: 1.4.2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=dc472717163d30a4463f687a577238ec2539601c;p=puppet-modules%2Fpuppetlabs-apt.git Add back in missing fields to work around Puppet bug. --- 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": [] }