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
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#
# icinga2_mysql
# icinga2::config
# icinga2::feature
#
# Sample Usage:
#
@ -21,4 +22,9 @@ class icinga2_dev {
'conf.d/test-config', 'conf.d/commands', 'constants' ]:
source => 'puppet:///modules/icinga2_dev',
}
icinga2::feature { 'ido-pgsql':
ensure => absent,
require => Class['icinga2_pgsql'],
}
}