We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39be0b5 commit e976ee9Copy full SHA for e976ee9
test/salt/pillar/postgres.sls
@@ -1,7 +1,7 @@
1
# Port to use for the cluster -- can be used to provide a non-standard port
2
# NOTE: If already set in the minion config, that value takes priority
3
4
-{%- if grains.os_family != 'Debian' and salt['grains.get']('osfinger') != 'Leap-15' %}
+{%- if grains.os_family not in ['Debian', 'Suse'] %}
5
postgres.port: '5432'
6
{%- else %}
7
postgres.port: '5433'
0 commit comments