summaryrefslogtreecommitdiff
path: root/Modulefile
blob: 23d540e9246ae46e8c63b72aef3806021e3df431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name    'duritong-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 'puppetlabs/concat', '>= 1.0.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'