Puppet: Don't install icinga2-debuginfo
This commit is contained in:
parent
3ffe657f71
commit
67af7b5135
|
@ -15,7 +15,7 @@ class icinga2 {
|
||||||
include icinga_packages
|
include icinga_packages
|
||||||
|
|
||||||
package { [
|
package { [
|
||||||
'icinga2', 'icinga2-doc', 'icinga2-debuginfo'
|
'icinga2', 'icinga2-doc'
|
||||||
]:
|
]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
require => Class['icinga_packages'],
|
require => Class['icinga_packages'],
|
||||||
|
@ -35,12 +35,8 @@ class icinga2 {
|
||||||
links => follow,
|
links => follow,
|
||||||
owner => 'icinga',
|
owner => 'icinga',
|
||||||
group => 'icinga',
|
group => 'icinga',
|
||||||
mode => 6750,
|
mode => '6750',
|
||||||
}
|
}
|
||||||
|
|
||||||
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: }
|
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: }
|
||||||
|
|
||||||
icinga2::feature { 'api':
|
|
||||||
ensure => absent,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,11 +19,15 @@ 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',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
icinga2::feature { 'api':
|
||||||
|
ensure => absent,
|
||||||
|
}
|
||||||
|
|
||||||
icinga2::feature { 'ido-pgsql':
|
icinga2::feature { 'ido-pgsql':
|
||||||
ensure => absent,
|
ensure => absent,
|
||||||
require => Class['icinga2_pgsql'],
|
require => Class['icinga2_pgsql'],
|
||||||
|
|
Loading…
Reference in New Issue