Skip to content

Commit 845a175

Browse files
authored
Merge pull request #276 from vanilla-extracts/add_fedora_42
Vars: add var file for Fedora 42
2 parents 05d3690 + 94e519c commit 845a175

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

vars/Fedora-42.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
__postgresql_version: "16.8"
3+
__postgresql_data_dir: "/var/lib/pgsql/data"
4+
__postgresql_bin_path: "/usr/bin"
5+
__postgresql_config_path: "/var/lib/pgsql/data"
6+
__postgresql_daemon: postgresql
7+
__postgresql_packages:
8+
- postgresql
9+
- postgresql-server
10+
- postgresql-contrib
11+
- postgresql-libs
12+
__postgresql_unix_socket_directories_mode: '0755'
13+
# Fedora 32 containers only have python3 by default
14+
postgresql_python_library: python3-psycopg2

0 commit comments

Comments
 (0)