From e98b6f15605a78c57c9829337b8767ef3584237c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 20 Jan 2015 15:13:07 +0100 Subject: [PATCH] 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. --- .puppet/modules/icinga2_pgsql/manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.puppet/modules/icinga2_pgsql/manifests/init.pp b/.puppet/modules/icinga2_pgsql/manifests/init.pp index 2326449af..95bc71034 100644 --- a/.puppet/modules/icinga2_pgsql/manifests/init.pp +++ b/.puppet/modules/icinga2_pgsql/manifests/init.pp @@ -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', +# } }