]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
FM-103: Add metadata.json to all modules.
authorAshley Penney <ashley.penney@puppetlabs.com>
Fri, 4 Oct 2013 22:53:16 +0000 (18:53 -0400)
committerAshley Penney <ashley.penney@puppetlabs.com>
Fri, 4 Oct 2013 22:53:16 +0000 (18:53 -0400)
metadata.json [new file with mode: 0644]

diff --git a/metadata.json b/metadata.json
new file mode 100644 (file)
index 0000000..ad01daf
--- /dev/null
@@ -0,0 +1,29 @@
+{
+    "name": "puppetlabs/firewall",
+    "version": "0.4.2",
+    "summary": "Firewall resources (iptables)",
+    "source": "git@github.com/puppetlabs/puppetlabs-firewall.git",
+    "project_page": "http://github.com/puppetlabs/puppetlabs-firewall",
+    "author": "Puppet Labs",
+    "license": "Apache-2.0",
+    "operatingsystem_support": [
+        "RedHat",
+        "Debian",
+        "Ubuntu",
+        "SuSE",
+        "SLED"
+    ],
+    "puppet_version": [
+        2.7,
+        3.0,
+        3.1,
+        3.2,
+        3.3
+    ],
+    "dependencies": [
+        {
+            "name": "puppetlabs/stdlib",
+            "version_requirement": ">= 2.2.1"
+        }
+    ]
+}