mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Pin postgres to a lower cb version. (#3449)
Signed-off-by: Jared Quick <jquick@chef.io>
This commit is contained in:
parent
3a19bf3b9d
commit
8b5655764f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue