puppet: Do not enable the Icinga 2 feature ido-pgsql

Because Icinga 2 does not handle more than one IDO connection properly, the ido-pgsql will not be enabled by default.
This commit is contained in:
Eric Lippmann 2015-01-20 15:13:07 +01:00
parent 925bc80115
commit e98b6f1560
1 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,8 @@ class icinga2_pgsql {
password => 'icinga2',
schemafile => '/usr/share/icinga2-ido-pgsql/schema/pgsql.sql',
}
-> icinga2::feature { 'ido-pgsql':
source => 'puppet:///modules/icinga2_pgsql',
}
# Because Icinga 2 does not handle more than one IDO connection properly, The ido-pgsql will not be enabled by default.
# -> icinga2::feature { 'ido-pgsql':
# source => 'puppet:///modules/icinga2_pgsql',
# }
}