Fedora-36.yml 441 B

123456789101112131415
  1. ---
  2. __postgresql_version: "14.1"
  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