mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-10 23:01:45 +00:00
11 lines
324 B
YAML
11 lines
324 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
{% import_yaml "postgres/repo.yaml" as repo %}
|
|
|
|
Fedora:
|
|
pkg_repo:
|
|
# yamllint disable-line rule:line-length
|
|
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/fedora/fedora-$releasever-$basearch'
|
|
remove:
|
|
releases: ['9.4', '9.5', '9.6', '10']
|