summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'