Add back in missing fields to work around Puppet bug.

(cherry picked from commit dc47271716)
This commit is contained in:
Ashley Penney 2014-03-03 21:39:10 +00:00 committed by William Van Hevelingen
parent 4c8a99b9eb
commit 4c7150a5be

View file

@ -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": []
}