Skip to content

Commit 071e75b

Browse files
committed
Fix module dependencies
1 parent addb781 commit 071e75b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modulefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ project_page 'https://github.com/aswen/puppet-module-icinga'
33
license 'Apache License, Version 2.0'
44
name 'aswen-icinga'
55
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'
6+
dependency 'puppetlabs/apt', '>=1.4.2'
7+
dependency 'puppetlabs/stdlib', '>=3.2.1'
8+
dependency 'theforeman/concat_native', '>=1.3.1'
99
description "This module is able to install both icingaservers and everything
1010
needed on nodes that need to be monitored. It completely bypasses the
1111
nagios_* resourcetypes. Instead it uses concat fragments to build up config

0 commit comments

Comments
 (0)