From e2a37e309ac82c261266737b4e78cc5b2d0f75b5 Mon Sep 17 00:00:00 2001 From: Richard Pearce Date: Thu, 3 Nov 2016 22:12:52 +0000 Subject: [PATCH] rpearce: Add metadata.json to allow forge module to be built --- metadata.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..8a3e780 --- /dev/null +++ b/metadata.json @@ -0,0 +1,21 @@ +{ + "name": "rjpearce-opendkim", + "version": "0.0.1", + "author": "Richard Pearce", + "license": "Apache-2.0", + "summary": "A module to manage OpenDKIM", + "source": "https://github.com/rjpearce/puppet-opendkim", + "project_page": "https://forge.puppetlabs.com/rjpearce/opendkim", + "issues_url": "https://github.com/rjpearce/puppet-opendkim/issues", + "tags": ["opendkim"], + "operatingsystem_support": [ + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ "14.04", "12.04" ] + } + ], + "dependencies": [ + { "name": "puppetlabs/concat" } + ], + "data_provider": "hiera" +}