Browse Source

Add back in missing fields to work around Puppet bug.
(cherry picked from commit dc472717163d30a4463f687a577238ec2539601c)

Ashley Penney 10 năm trước cách đây
mục cha
commit
4c7150a5be
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      metadata.json

+ 9 - 1
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": []
 }