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