mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #229 from noelmcloughlin/fixbug
Fix 'fromrepo' bug in fedora macro
This commit is contained in:
commit
85fb4bff4d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
{{ codename|default(name, true) }}:
|
{{ codename|default(name, true) }}:
|
||||||
# PostgreSQL packages are mostly downloaded from `main` repo component
|
# PostgreSQL packages are mostly downloaded from `main` repo component
|
||||||
fromrepo: {{ name }}
|
fromrepo: {{ fromrepo }}
|
||||||
pkg_repo:
|
pkg_repo:
|
||||||
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ version }}/fedora/fedora-$releasever-$basearch'
|
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ version }}/fedora/fedora-$releasever-$basearch'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue