diff --git a/.kitchen.yml b/.kitchen.yml index 15a43f69a..394fbf34f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -43,7 +43,7 @@ suites: run_list: - recipe[minitest-handler] - recipe[postgresql] - excludes: ["centos-5.10", "centos-6.4"] + excludes: ["centos-5.10", "centos-6.4", "centos-7.0"] attributes: postgresql: enable_pgdg_apt: true @@ -82,7 +82,7 @@ suites: - recipe[minitest-handler] - recipe[postgresql::ruby] - recipe[postgresql::server] - excludes: ["centos-5.10", "centos-6.4"] + excludes: ["centos-5.10", "centos-6.4", "centos-7.0"] attributes: postgresql: enable_pgdg_apt: true @@ -114,7 +114,7 @@ suites: - recipe[minitest-handler] - recipe[postgresql] - recipe[postgresql::ruby] - excludes: ["centos-5.10", "centos-6.4"] + excludes: ["centos-5.10", "centos-6.4", "centos-7.0"] attributes: postgresql: enable_pgdg_apt: true