Skip to content

Commit

Permalink
add vars for Fedora 39, 40 and 41
Browse files Browse the repository at this point in the history
  • Loading branch information
koefmatt committed Oct 19, 2024
1 parent 7f20fe2 commit 7090e76
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
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 7090e76

Please sign in to comment.