Skip to content

Commit

Permalink
Merge pull request #265 from koefmatt/add-fedora-39-40-41-vars
Browse files Browse the repository at this point in the history
Feat: add vars for Fedora 39, 40 and 41
  • Loading branch information
geerlingguy authored Jan 5, 2025
2 parents 7f20fe2 + 556f2fe commit d18027f
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
matrix:
distro:
- rockylinux9
- fedora38
- fedora39
- fedora40
- ubuntu2204
- ubuntu2004
- debian11
Expand Down
14 changes: 14 additions & 0 deletions vars/Fedora-39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
__postgresql_version: "15.6"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs
__postgresql_unix_socket_directories_mode: '0755'
# Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2
14 changes: 14 additions & 0 deletions vars/Fedora-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
__postgresql_version: "16.3"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs
__postgresql_unix_socket_directories_mode: '0755'
# Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2
14 changes: 14 additions & 0 deletions vars/Fedora-41.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
__postgresql_version: "16.3"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs
__postgresql_unix_socket_directories_mode: '0755'
# Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2

0 comments on commit d18027f

Please sign in to comment.