From f333d835b76632f8254347af36450521de5a5733 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Mon, 7 Oct 2013 13:14:54 -0700 Subject: [PATCH] FM-103: Add metadata.json to all modules. --- .gitignore | 1 - metadata.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 metadata.json diff --git a/.gitignore b/.gitignore index 55bba1ca..10c14764 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ pkg/ -metadata.json Gemfile.lock .rspec_system/ .*.sw* diff --git a/metadata.json b/metadata.json new file mode 100644 index 00000000..dd721409 --- /dev/null +++ b/metadata.json @@ -0,0 +1,30 @@ +{ + "name": "puppetlabs/ntp", + "version": "2.0.1", + "summary": "NTP server and clients management.", + "source": "git@github.com/puppetlabs/puppetlabs-ntp.git", + "project_page": "http://github.com/puppetlabs/puppetlabs-ntp", + "author": "Puppet Labs", + "license": "Apache-2.0", + "operatingsystem_support": [ + "RedHat", + "OpenSUSE", + "SLES", + "SLED", + "Debian", + "Ubuntu" + ], + "puppet_version": [ + 2.7, + 3.0, + 3.1, + 3.2, + 3.3 + ], + "dependencies": [ + { + "name": "puppetlabs/stdlib", + "version_requirement": ">= 2.2.1" + } + ] +}