From: Ashley Penney Date: Mon, 3 Mar 2014 21:48:54 +0000 (+0000) Subject: Add missing files back to work around a Puppet bug. X-Git-Tag: 1.0.1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d50fcac3f5d385c2880e139cf9d3a85b6a3dfdd3;p=puppet-modules%2Fpuppetlabs-firewall.git Add missing files back to work around a Puppet bug. --- diff --git a/metadata.json b/metadata.json index 3ec9ab8..3e2bba0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,4 +1,11 @@ { + "name": "puppetlabs-firewall", + "version": "1.0.1", + "source": "https://github.com/puppetlabs/puppetlabs-firewall", + "author": "Puppet Labs", + "license": "Apache-2.0", + "project_page": "https://github.com/puppetlabs/puppetlabs-firewall", + "summary": "Manages Firewalls such as iptable", "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -52,5 +59,6 @@ "requirements": [ { "name": "pe", "version_requirement": "3.2.x" }, { "name": "puppet", "version_requirement": "3.x" } - ] + ], + "dependencies": [] }