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 2c0d17e commit 3910ddaCopy full SHA for 3910dda
spec/spec_helper_acceptance.rb
@@ -73,9 +73,9 @@ def build_url(platform)
73
# TODO: we should probably be using the relatively new postgresql
74
# module settings manage_dnf_module on el8 when we are managing the postgresql
75
# database
76
- if relver == "8"
77
- on host, "dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
78
- on host, "dnf -qy module disable postgresql"
+ if relver == '8'
+ on host, 'dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm'
+ on host, 'dnf -qy module disable postgresql'
79
end
80
elsif host['platform'] =~ %r{fedora-(\d+)}
81
relver = Regexp.last_match(1)
0 commit comments