Skip to content

Commit

Permalink
rhel9: fix environment setup and futureproof for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubatrh committed Jul 25, 2022
1 parent 705b655 commit 8dc75d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/multispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ specs:
img_name: "{{ spec.org }}/postgresql-{{ spec.short }}"
pkgs: "postgresql-server postgresql-contrib"
environment_setup: >-4
yum -y install postgresql && \
{ yum -y module enable postgresql:{{ spec.version }} || :; } && \
post_install: >-4
yum -y reinstall tzdata && \
c9s:
Expand All @@ -76,7 +76,7 @@ specs:
img_name: "{{ spec.org }}/postgresql-{{ spec.short }}-{{ spec.prod }}"
pkgs: "postgresql-server postgresql-contrib"
environment_setup: >-4
yum -y install postgresql && \
{ yum -y module enable postgresql:{{ spec.version }} || :; } && \
c8s:
distros:
- centos-stream-8-x86_64
Expand Down

0 comments on commit 8dc75d7

Please sign in to comment.