test(pillar): update conditional to include Tumbleweed

This commit is contained in:
Imran Iqbal 2021-02-14 11:56:09 +00:00
parent 39be0b5dad
commit e976ee9c99
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -1,7 +1,7 @@
# Port to use for the cluster -- can be used to provide a non-standard port
# NOTE: If already set in the minion config, that value takes priority
{%- if grains.os_family != 'Debian' and salt['grains.get']('osfinger') != 'Leap-15' %}
{%- if grains.os_family not in ['Debian', 'Suse'] %}
postgres.port: '5432'
{%- else %}
postgres.port: '5433'