We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addb781 commit 071e75bCopy full SHA for 071e75b
Modulefile
@@ -3,9 +3,9 @@ project_page 'https://github.com/aswen/puppet-module-icinga'
3
license 'Apache License, Version 2.0'
4
name 'aswen-icinga'
5
version '1.0.1'
6
-dependency 'puppetlabs-apt', '>=1.4.2'
7
-dependency 'puppetlabs-stdlib', '>=3.2.1'
8
-dependency 'theforeman-concat_native', '>=1.3.1'
+dependency 'puppetlabs/apt', '>=1.4.2'
+dependency 'puppetlabs/stdlib', '>=3.2.1'
+dependency 'theforeman/concat_native', '>=1.3.1'
9
description "This module is able to install both icingaservers and everything
10
needed on nodes that need to be monitored. It completely bypasses the
11
nagios_* resourcetypes. Instead it uses concat fragments to build up config
0 commit comments