mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Remove trailing slash so pkgrepo.absent
works for Apt
This commit is contained in:
parent
34aae257e5
commit
9ce98916be
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
data_dir: {{ data_dir }}
|
||||
fromrepo: {{ fromrepo }}
|
||||
pkg_repo:
|
||||
name: 'deb http://apt.postgresql.org/pub/repos/apt/ {{ name }}-pgdg main'
|
||||
name: 'deb http://apt.postgresql.org/pub/repos/apt {{ name }}-pgdg main'
|
||||
pkg: postgresql-{{ version }}
|
||||
pkg_client: postgresql-client-{{ version }}
|
||||
prepare_cluster:
|
||||
|
|
Loading…
Add table
Reference in a new issue