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 705b655 commit 8dc75d7Copy full SHA for 8dc75d7
specs/multispec.yml
@@ -62,7 +62,7 @@ specs:
62
img_name: "{{ spec.org }}/postgresql-{{ spec.short }}"
63
pkgs: "postgresql-server postgresql-contrib"
64
environment_setup: >-4
65
- yum -y install postgresql && \
+ { yum -y module enable postgresql:{{ spec.version }} || :; } && \
66
post_install: >-4
67
yum -y reinstall tzdata && \
68
c9s:
@@ -76,7 +76,7 @@ specs:
76
img_name: "{{ spec.org }}/postgresql-{{ spec.short }}-{{ spec.prod }}"
77
78
79
80
c8s:
81
distros:
82
- centos-stream-8-x86_64
0 commit comments