Puppet: icinga2_dev: disable Icinga 2 feature `ido-pgsql'

This commit is contained in:
Alexander Klimov 2015-02-12 11:11:32 +01:00
parent c1af7415e7
commit be1f1955ec

View File

@ -6,6 +6,7 @@
# #
# icinga2_mysql # icinga2_mysql
# icinga2::config # icinga2::config
# icinga2::feature
# #
# Sample Usage: # Sample Usage:
# #
@ -21,4 +22,9 @@ class icinga2_dev {
'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 { 'ido-pgsql':
ensure => absent,
require => Class['icinga2_pgsql'],
}
} }