summaryrefslogtreecommitdiff
path: root/Modulefile
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-07 13:37:15 +0000
committerKeith Burdis <keith@burdis.org>2013-02-07 13:37:15 +0000
commit83907732ae7664bfdde16f3f1a976c002c0039dd (patch)
tree438d4b2cd3c73d2a3785d173723c899c204a37de /Modulefile
parent72a9bfa0f5acf37b9408d992d1bb7506fb632c1e (diff)
We use concat to create /wtc/check_mk/main.mk
Diffstat (limited to 'Modulefile')
-rw-r--r--Modulefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modulefile b/Modulefile
index dd16c28..c77f7b0 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'erwbgy-check_mk'
-version '0.0.1'
+version '0.1.0'
source 'https://github.com/erwbgy/puppet-check_mk.git'
author 'erwbgy'
license 'Apache License, Version 2.0'
@@ -7,3 +7,4 @@ summary 'install and configure check_mk'
description 'Install and configure check_mk agent and Nagios plugin'
project_page 'https://github.com/erwbgy/puppet-check_mk'
dependency 'puppetlabs/stdlib', '>= 2.6.0'
+dependency 'ripienaar/concat', '>= 0.2.0'