From 4a5af1d6393fc4204f7a7414a0fc277b4c288883 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Fri, 4 Oct 2013 18:53:16 -0400 Subject: [PATCH] FM-103: Add metadata.json to all modules. --- metadata.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata.json 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" + } + ] +} -- 2.45.2