mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00

## [0.41.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.3...v0.41.4) (2020-12-16) ### Bug Fixes * **archlinux:** avoid nonetype error ([0a6cf8f
](0a6cf8fefa
)) * **archlinux:** use consistent jinja repo check ([3a955e0
](3a955e0270
)) * **jinja:** syntax correction ([8b44c06
](8b44c068fc
)) * **python:** use python3 postres on cent7/8 ([d6d1068
](d6d1068395
)) * **suse:** version 11+ repo support on suse ([b3f381e
](b3f381e547
)) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([a45673a
](a45673a878
)) * **pre-commit:** add to formula [skip ci] ([db1794b
](db1794b6bb
)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([f04d60a
](f04d60a773
)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([7036f60
](7036f60e8c
))
9 lines
431 B
Text
9 lines
431 B
Text
name: postgres
|
|
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
|
|
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
|
|
version: 0.41.4
|
|
release: 1
|
|
minimum_version: 2016.11
|
|
summary: Postgres formula
|
|
description: Formula to install and configure PostgreSQL
|
|
top_level_dir: postgres
|