diff options
author | Tomas Barton <barton.tomas@gmail.com> | 2013-08-21 17:59:45 +0200 |
---|---|---|
committer | Tomas Barton <barton.tomas@gmail.com> | 2013-08-21 17:59:45 +0200 |
commit | cef87f9f10e48c11713e182ce8dcc367145f2ba9 (patch) | |
tree | 250bc94a0e9f44303cc78b7bb1896fa0266826c3 /Modulefile | |
parent | 67af1c2b32e4557cc9b62d1b8046bb6c2b006319 (diff) |
added modulefile
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..99c61a1 --- /dev/null +++ b/Modulefile @@ -0,0 +1,14 @@ +name 'puppet-munin' +version '0.0.1' +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 'ripienaar/concat', '>= 0.2.0' +dependency 'DavidSchmitt/common', '>= 1.0.0' +dependency 'puppetlabs/stdlib', '>= 3.2.0' |