Pin postgres to a lower cb version. (#3449)

Signed-off-by: Jared Quick <jquick@chef.io>
This commit is contained in:
Jared Quick 2018-09-27 16:04:43 -04:00 committed by GitHub
parent 3a19bf3b9d
commit 8b5655764f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ source 'https://supermarket.chef.io'
cookbook 'audit'
cookbook 'apt'
cookbook 'yum'
cookbook 'postgresql'
cookbook 'postgresql', '= 7.1.0'
cookbook 'docker'
cookbook 'yum-epel'
cookbook 'packagecloud'