From 0a92f3277d0b8fdf9acfd4a0d9d706bd5cbc2c3e Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Mon, 3 Mar 2014 21:50:38 +0000 Subject: [PATCH] Add missing fields back to work around Puppet bug. --- metadata.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index cf6d5b772..98dbf2ac0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,4 +1,11 @@ { + "name": "puppetlabs-inifile", + "version": "1.0.3", + "source": "https://github.com/puppetlabs/puppetlabs-inifile", + "author": "Puppet Labs", + "license": "Apache-2.0", + "project_page": "https://github.com/puppetlabs/puppetlabs-inifile", + "summary": "Resource types for managing settings in INI files", "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -76,5 +83,6 @@ "requirements": [ { "name": "pe", "version_requirement": "3.2.x" }, { "name": "puppet", "version_requirement": "3.x" } - ] + ], + "dependencies": [] }