voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
80 stars 227 forks source link

modulesync 7.2.0 #916

Closed bastelfreak closed 9 months ago

bastelfreak commented 9 months ago

modulesync 7.2.0

ekohl commented 9 months ago

EL8 fails on installing PostgreSQL:

  Notice: /Stage[main]/Postgresql::Repo::Yum_postgresql_org/File[/etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG-13]/ensure: defined content as '{sha256}5c7bdbdfa666de461e14007f7207d4d4f8c0565c56a88bb24c77f25b856203d4'
  Notice: /Stage[main]/Postgresql::Repo::Yum_postgresql_org/Yumrepo[yum.postgresql.org]/ensure: created
  Info: Yumrepo[yum.postgresql.org](provider=inifile): changing mode of /etc/yum.repos.d/yum.postgresql.org.repo from 600 to 644
  Notice: /Stage[main]/Postgresql::Repo::Yum_postgresql_org/Yumrepo[pgdg-common]/ensure: created
  Info: Yumrepo[pgdg-common](provider=inifile): changing mode of /etc/yum.repos.d/pgdg-common.repo from 600 to 644
  Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install postgresql13-server' returned 1: Error: Unable to find a match: postgresql13-server
  Error: /Stage[main]/Postgresql::Server::Install/Package[postgresql-server]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install postgresql13-server' returned 1: Error: Unable to find a match: postgresql13-server

I think it's related because the Hiera hierarchy was changed. Updated.