mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Add fromrepo
to pillar.example
This commit is contained in:
parent
2c6483f235
commit
cdca9108e0
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ postgres:
|
||||||
use_upstream_repo: False
|
use_upstream_repo: False
|
||||||
# Version to install from upstream repository (if upstream_repo: True)
|
# Version to install from upstream repository (if upstream_repo: True)
|
||||||
version: '9.6'
|
version: '9.6'
|
||||||
|
# If automatic package installation fails, use `fromrepo` to specify the
|
||||||
|
# upstream repo to install packages from [#133, #185] (if upstream_repo: True)
|
||||||
|
fromrepo: 'jessie-pgdg'
|
||||||
|
|
||||||
### MACOS
|
### MACOS
|
||||||
# Set to 'postgresapp' OR 'homebrew' for MacOS
|
# Set to 'postgresapp' OR 'homebrew' for MacOS
|
||||||
|
|
Loading…
Add table
Reference in a new issue