diff options
Diffstat (limited to 'puppet/modules/check_mk/Modulefile')
-rw-r--r-- | puppet/modules/check_mk/Modulefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/puppet/modules/check_mk/Modulefile b/puppet/modules/check_mk/Modulefile new file mode 100644 index 00000000..60c355a3 --- /dev/null +++ b/puppet/modules/check_mk/Modulefile @@ -0,0 +1,10 @@ +name 'erwbgy-check_mk' +version '0.3.0' +source 'https://github.com/erwbgy/puppet-check_mk.git' +author 'erwbgy' +license 'Apache License, Version 2.0' +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' |