mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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:
parent
925bc80115
commit
e98b6f1560
@ -11,7 +11,8 @@ class icinga2_pgsql {
|
|||||||
password => 'icinga2',
|
password => 'icinga2',
|
||||||
schemafile => '/usr/share/icinga2-ido-pgsql/schema/pgsql.sql',
|
schemafile => '/usr/share/icinga2-ido-pgsql/schema/pgsql.sql',
|
||||||
}
|
}
|
||||||
-> icinga2::feature { 'ido-pgsql':
|
# Because Icinga 2 does not handle more than one IDO connection properly, The ido-pgsql will not be enabled by default.
|
||||||
source => 'puppet:///modules/icinga2_pgsql',
|
# -> icinga2::feature { 'ido-pgsql':
|
||||||
}
|
# source => 'puppet:///modules/icinga2_pgsql',
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user