projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d155890
)
buxtehude is on postgresql 11
author
Julien Cristau
<jcristau@debian.org>
Wed, 4 Sep 2019 13:47:34 +0000
(15:47 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 4 Sep 2019 13:48:02 +0000
(15:48 +0200)
modules/postgres/manifests/backup_source.pp
patch
|
blob
|
history
diff --git
a/modules/postgres/manifests/backup_source.pp
b/modules/postgres/manifests/backup_source.pp
index
912571b
..
04a324d
100644
(file)
--- a/
modules/postgres/manifests/backup_source.pp
+++ b/
modules/postgres/manifests/backup_source.pp
@@
-29,11
+29,11
@@
class postgres::backup_source {
}
if $::hostname in [buxtehude] {
postgres::backup_cluster { $::hostname:
- pg_version => '
9.6
',
+ pg_version => '
11
',
pg_port => 5433,
}
postgres::backup_cluster { "${::hostname}-debbugs":
- pg_version => '
9.6
',
+ pg_version => '
11
',
pg_port => 5441,
pg_cluster => 'debbugs',
}