Commit db8d9b94 authored by root's avatar root

Include disable of default module

parent eab0d2cf
......@@ -33,6 +33,18 @@ pgdgi{{pg_trunc}}:
- require_in:
- pkg: postgres
{% if salt['grains.get']('osmajorrelease') == 8 %}
disable_existing_module:
cmd.watch:
- name: dnf -qy module disable postgresql
- watch:
- pkgrepo: pgdgi{{pg_trunc}}
- require_in:
- pkg: postgres
{% endif %}
pgdg{{pg_trunc}}_gpg:
file.managed:
- name: /etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG-{{pg_trunc}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment