Add fromrepo to pillar.example

This commit is contained in:
Imran Iqbal 2018-06-06 16:35:41 +01:00
parent 2c6483f235
commit cdca9108e0

View file

@ -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