From: Ashley Penney Date: Fri, 4 Oct 2013 22:53:16 +0000 (-0400) Subject: FM-103: Add metadata.json to all modules. X-Git-Tag: 0.5.0~26^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4a5af1d6393fc4204f7a7414a0fc277b4c288883;p=puppet-modules%2Fpuppetlabs-firewall.git FM-103: Add metadata.json to all modules. --- diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..ad01daf --- /dev/null +++ b/metadata.json @@ -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" + } + ] +}