We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
10
1 parent 311cb3d commit 9fdce93Copy full SHA for 9fdce93
pillar.example
@@ -3,7 +3,7 @@ postgres:
3
# Set True to configure upstream postgresql.org repository for YUM/APT/ZYPP
4
use_upstream_repo: False
5
# Version to install from upstream repository (if upstream_repo: True)
6
- version: '9.6'
+ version: '10'
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'
postgres/defaults.yaml
@@ -2,7 +2,7 @@
2
postgres:
use_upstream_repo: True
- version: '9.5'
pkg: postgresql
pkgs_extra: []
pkg_client: postgresql-client
0 commit comments