Skip to content

Commit 9fdce93

Browse files
committed
Set default version to 10
1 parent 311cb3d commit 9fdce93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pillar.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ postgres:
33
# Set True to configure upstream postgresql.org repository for YUM/APT/ZYPP
44
use_upstream_repo: False
55
# Version to install from upstream repository (if upstream_repo: True)
6-
version: '9.6'
6+
version: '10'
77
# If automatic package installation fails, use `fromrepo` to specify the
88
# upstream repo to install packages from [#133, #185] (if upstream_repo: True)
99
fromrepo: 'jessie-pgdg'

postgres/defaults.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
postgres:
44
use_upstream_repo: True
5-
version: '9.5'
5+
version: '10'
66
pkg: postgresql
77
pkgs_extra: []
88
pkg_client: postgresql-client

0 commit comments

Comments
 (0)