]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
FM-103: Add metadata.json to all modules.
authorAshley Penney <ashley.penney@puppetlabs.com>
Fri, 4 Oct 2013 19:49:01 +0000 (15:49 -0400)
committerAshley Penney <ashley.penney@puppetlabs.com>
Fri, 4 Oct 2013 19:52:41 +0000 (15:52 -0400)
.gitignore
metadata.json [new file with mode: 0644]

index 0485a727cb7e84e60542c3c943b3430b3f99a3df..b77434bea0792513cdff50c8759df47957f77965 100644 (file)
@@ -2,4 +2,3 @@
 pkg/
 Gemfile.lock
 spec/fixtures/manifests
-metadata.json
diff --git a/metadata.json b/metadata.json
new file mode 100644 (file)
index 0000000..ccb4458
--- /dev/null
@@ -0,0 +1,26 @@
+{
+    "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"
+    ],
+    "puppet_version": [
+        2.7,
+        3.0,
+        3.1,
+        3.2,
+        3.3
+    ],
+    "dependencies": [
+        {
+            "name": "puppetlabs/stdlib",
+            "version_requirement": ">= 2.2.1"
+        }
+    ]
+}