-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
When running zabbix.pgsql.conf.sls on ubuntu 18.04 I get this error.
ID: pgsql_packages
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 18:08:42.393597
Duration: 746.815 ms
Changes:
Warnings: The following package(s) are "virtual package" names: postgresql-
client. These will no longer be supported as of the Fluorine
release. Please update your SLS file(s) to use the actual package
name.
These packages should be placed into the map.jinja file so that we can install the correct package for the environment.
it looks like the correct client for Ubuntu depends on the version of Ubuntu, so this may be hard to maintain, but currently 16.04 uses postgresql-client-9.5, 18.04 and 18.10 use postgresql-client-10, and 19.04 uses postgresql-client-11
I can see how this could be a constant and daunting task as each release of different OSes could have a different client, however if this is not going to be supported moving forward it needs to be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels