Add back in missing fields to work around Puppet bug.
authorAshley Penney <ashley.penney@puppetlabs.com>
Mon, 3 Mar 2014 21:39:10 +0000 (21:39 +0000)
committerWilliam Van Hevelingen <blkperl@cat.pdx.edu>
Tue, 15 Apr 2014 22:20:25 +0000 (15:20 -0700)
(cherry picked from commit dc472717163d30a4463f687a577238ec2539601c)

metadata.json

index 8122b5c3f6d4c739a1bddd7924a17077e30d91f0..f1e8663059bcf2825130052fb0c30b10b92272f9 100644 (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": []
 }