From 0b327e4d3c26e77849fe8abdcc560f950ad7c746 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 13 Sep 2014 14:54:21 +0200 Subject: new release 0.0.4 and porting over to metadata.json --- Modulefile | 14 -------------- metadata.json | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 Modulefile create mode 100644 metadata.json diff --git a/Modulefile b/Modulefile deleted file mode 100644 index a9b5030..0000000 --- a/Modulefile +++ /dev/null @@ -1,14 +0,0 @@ -name 'duritong-munin' -version '0.0.3' -source 'git://github.com/duritong/puppet-munin.git' -author 'duritong' -license 'Apache License, Version 2.0' -summary 'Puppet module for Munin monitoring' -description 'Munin is a performance monitoring system which creates nice RRD graphs and has a very easy plugin interface' -project_page 'https://github.com/duritong/puppet-munin' - -## Add dependencies, if any: -# dependency 'username/name', '>= 1.2.0' -dependency 'puppetlabs/concat', '>= 1.1.0' -dependency 'puppetlabs/stdlib', '>= 3.2.0' -dependency 'duritong/openbsd', '>= 0.0.1' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..f761002 --- /dev/null +++ b/metadata.json @@ -0,0 +1,16 @@ +{ + "name": "duritong-munin", + "version": "0.0.4", + "author": "duritong", + "summary": "Puppet module for Munin monitoring", + "license": "Apache License, Version 2.0", + "source": "git://github.com/duritong/puppet-munin.git", + "project_page": "https://github.com/duritong/puppet-munin", + "issues_url": "https://github.com/duritong/puppet-munin/issues", + "description": "Munin is a performance monitoring system which creates nice RRD graphs and has a very easy plugin interface", + "dependencies": [ + {"name":"puppetlabs/concat","version_requirement":">= 1.1.0"}, + {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}, + {"name":"duritong/openbsd","version_requirement":">= 0.0.1"} + ] +} -- cgit v1.2.3