From 245b2b178378c3783cf31348e24034b8d195a68f Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Fri, 4 Oct 2013 15:49:01 -0400 Subject: [PATCH] FM-103: Add metadata.json to all modules. --- .gitignore | 1 - metadata.json | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 metadata.json diff --git a/.gitignore b/.gitignore index 0485a72..b77434b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ pkg/ Gemfile.lock spec/fixtures/manifests -metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..ccb4458 --- /dev/null +++ b/metadata.json @@ -0,0 +1,26 @@ +{ + "name": "puppetlabs/apt", + "version": "1.3.0", + "summary": "Apt key and source management", + "source": "git@github.com/puppetlabs/puppetlabs-apt.git", + "project_page": "http://github.com/puppetlabs/puppetlabs-apt", + "author": "Puppet Labs", + "license": "Apache-2.0", + "operatingsystem_support": [ + "Debian", + "Ubuntu" + ], + "puppet_version": [ + 2.7, + 3.0, + 3.1, + 3.2, + 3.3 + ], + "dependencies": [ + { + "name": "puppetlabs/stdlib", + "version_requirement": ">= 2.2.1" + } + ] +}