File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ postgresql-pkg-deps:
2424 - pkgs: {{ postgres.pkgs_deps | json }}
2525
2626# Add upstream repository for your distro
27- {% if grains.os_family == ' Debian' % }
28- {% if salt[' pkg.version_cmp' ](pg_common_version, ' 246' ) <= 0 % }
29- postgresql- repo- keyring:
30- pkg.installed:
31- - sources:
32- - pgdg- keyring: {{ postgres.pkg_repo_keyring }}
33- - require_in:
34- - pkgrepo: postgresql- repo
35- {%- endif % }
36- {%- endif % }
27+ { # {% if grains.os_family == 'Debian' %}# }
28+ { # {% if salt['pkg.version_cmp'](pg_common_version, '246') <= 0 %}# }
29+ { # postgresql-repo-keyring:#}
30+ { # pkg.installed:#}
31+ { # - sources:#}
32+ { # - pgdg-keyring: {{ postgres.pkg_repo_keyring }}# }
33+ { # - require_in:#}
34+ { # - pkgrepo: postgresql-repo#}
35+ { # {%- endif %}# }
36+ { # {%- endif %}# }
3737
3838postgresql- repo:
3939 pkgrepo.managed:
You can’t perform that action at this time.
0 commit comments