We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fromrepo
pillar.example
1 parent 2c6483f commit cdca910Copy full SHA for cdca910
pillar.example
@@ -4,6 +4,9 @@ postgres:
4
use_upstream_repo: False
5
# Version to install from upstream repository (if upstream_repo: True)
6
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'
10
11
### MACOS
12
# Set to 'postgresapp' OR 'homebrew' for MacOS
0 commit comments