summaryrefslogtreecommitdiff
path: root/Modulefile
blob: d36804a60b628c11dfbe43cae13a95c0e918f2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.0.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'
dependency 'duritong/openbsd', '>= 0.0.1'