mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
test(pillar): update conditional to include Tumbleweed
This commit is contained in:
parent
39be0b5dad
commit
e976ee9c99
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue