[puppet4] Bump postgresql version

puppetlabs-posgresql 4.1.0 is very old version, it doesn't support
puppet4.

Change-Id: I63303c4173e92d230479f50104b2cb70ee647ebf
Closes-Bug: #1667677
This commit is contained in:
Mykyta Karpin 2017-02-24 15:20:43 +02:00
parent c69bf9e291
commit 02eca86504
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ mod 'vcsrepo',
# Pull in puppetlabs-postgresql
mod 'postgresql',
:git => 'https://github.com/fuel-infra/puppetlabs-postgresql.git',
:ref => '4.1.0'
:ref => '4.8.0'
# Pull in saz-rsyslog
mod 'rsyslog',