Skip to content

Commit cdca910

Browse files
committed
Add fromrepo to pillar.example
1 parent 2c6483f commit cdca910

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pillar.example

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ postgres:
44
use_upstream_repo: False
55
# Version to install from upstream repository (if upstream_repo: True)
66
version: '9.6'
7+
# If automatic package installation fails, use `fromrepo` to specify the
8+
# upstream repo to install packages from [#133, #185] (if upstream_repo: True)
9+
fromrepo: 'jessie-pgdg'
710

811
### MACOS
912
# Set to 'postgresapp' OR 'homebrew' for MacOS

0 commit comments

Comments
 (0)