NETWAYS / icinga-installer

An easy to use Icinga-Installer
https://netways.de/
Apache License 2.0
15 stars 2 forks source link

Cannot install PostgreSQL IDO with Puppet 5 #14

Closed lbetz closed 3 years ago

lbetz commented 3 years ago

Executing $ icinga-installer -S server-ido-pgsql throws the following error on Puppet 5 systems:

2021-09-02 22:42:46 [NOTICE] [configure] Starting system configuration. The total number of configuration tasks may increase during the run. Observe logs or specify --verbose-log-level to see individual configuration tasks. 2021-09-02 22:42:50 [ERROR ] [configure] Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown function: 'postgresql::postgresql_password'. (file: /usr/share/icinga-installer/modules/icinga/manifests/database.pp, line: 20, column: 19) (file: /usr/share/icinga-installer/modules/icinga/manifests/ido/database.pp, line: 27) on node centos8.lbetz.localdomain

lbetz commented 3 years ago

refs Icinga/puppet-icinga#36