Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postgres-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
postgres-formula
Commits
060c8df6
Unverified
Commit
060c8df6
authored
3 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
fix(redhat): fix `pkg_deps` to be able to install PostgreSQL 13
parent
8a11bd67
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
postgres/codenamemap.yaml
+8
-0
8 additions, 0 deletions
postgres/codenamemap.yaml
postgres/osfamilymap.yaml
+3
-2
3 additions, 2 deletions
postgres/osfamilymap.yaml
postgres/osmap.yaml
+0
-4
0 additions, 4 deletions
postgres/osmap.yaml
with
11 additions
and
6 deletions
postgres/codenamemap.yaml
+
8
−
0
View file @
060c8df6
...
...
@@ -83,4 +83,12 @@
{{
fedora_codename('Fedora-34'
,
'
13'
)
}}
{{
fedora_codename('Fedora-33'
,
'
13'
)
}}
## Amazon
Amazon Linux 2
:
pkgs_deps
:
- libicu
- systemd-sysv
pkg_repo
:
baseurl
:
'
https://download.postgresql.org/pub/repos/yum/{{
repo.version
}}/redhat/rhel-7-$basearch'
# vim: ft=sls
This diff is collapsed.
Click to expand it.
postgres/osfamilymap.yaml
+
3
−
2
View file @
060c8df6
...
...
@@ -63,11 +63,12 @@ RedHat:
gpgkey
:
'
https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-{{
release
}}'
baseurl
:
'
https://download.postgresql.org/pub/repos/yum/{{
repo.version
}}/redhat/rhel-$releasever-$basearch'
{
%
- if grains.get('osmajorrelease'
,
0) >= 7 %
}
pkgs_deps
:
-
libicu
pkg_python
:
python3-psycopg2
{
%
- if grains.get('osmajorrelease'
,
0) == 7 %
}
-
systemd-sysv
{
%
- endif %
}
pkg_python
:
python3-psycopg2
{
%
if repo.use_upstream_repo == true %
}
{
%
set data_dir = '/var/lib/pgsql/' ~ repo.version ~ '/data' %
}
...
...
This diff is collapsed.
Click to expand it.
postgres/osmap.yaml
+
0
−
4
View file @
060c8df6
...
...
@@ -9,7 +9,3 @@ Fedora:
baseurl
:
'
https://download.postgresql.org/pub/repos/yum/{{
repo.version
}}/fedora/fedora-$releasever-$basearch'
remove
:
releases
:
[
'
9.4'
,
'
9.5'
,
'
9.6'
,
'
10'
]
Amazon
:
pkg_repo
:
baseurl
:
'
https://download.postgresql.org/pub/repos/yum/{{
repo.version
}}/redhat/rhel-7-$basearch'
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
47ada685
·
3 years ago
mentioned in commit
47ada685
mentioned in commit 47ada685df26e63d21dd15489c20c9a018526f0b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment