Skip to content

Commit e976ee9

Browse files
committed
test(pillar): update conditional to include Tumbleweed
1 parent 39be0b5 commit e976ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/salt/pillar/postgres.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Port to use for the cluster -- can be used to provide a non-standard port
22
# NOTE: If already set in the minion config, that value takes priority
33

4-
{%- if grains.os_family != 'Debian' and salt['grains.get']('osfinger') != 'Leap-15' %}
4+
{%- if grains.os_family not in ['Debian', 'Suse'] %}
55
postgres.port: '5432'
66
{%- else %}
77
postgres.port: '5433'

0 commit comments

Comments
 (0)