parent
33aa78d8b7
commit
b74b10a6d0
|
@ -39,4 +39,8 @@ class icinga2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: }
|
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: }
|
||||||
|
|
||||||
|
icinga2::feature { 'api':
|
||||||
|
ensure => absent,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Class: icinga2_dev
|
# Class: icinga2_dev
|
||||||
#
|
#
|
||||||
# This class installs Icinga 2 w/ MySQL and provides Icinga 2 test configuration.
|
# This class installs Icinga 2 w/ MySQL and PostgreSQL and provides Icinga 2 test configuration.
|
||||||
#
|
#
|
||||||
# Requires:
|
# Requires:
|
||||||
#
|
#
|
||||||
|
@ -19,7 +19,8 @@ class icinga2_dev {
|
||||||
include monitoring_test_config
|
include monitoring_test_config
|
||||||
|
|
||||||
icinga2::config { [
|
icinga2::config { [
|
||||||
'conf.d/test-config', 'conf.d/commands', 'constants' ]:
|
'conf.d/test-config', 'conf.d/commands', 'constants',
|
||||||
|
]:
|
||||||
source => 'puppet:///modules/icinga2_dev',
|
source => 'puppet:///modules/icinga2_dev',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue