diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 22:08:55 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | cc54eaf717f62f9a5bc0b8c7afd2ff354a966e85 (patch) | |
tree | ed2fa55d9408a9db8843eced52e3c182da5ce7a0 /kitchen-tests | |
parent | bee94a9256e8609e473bf55bb10676fecbce6885 (diff) | |
download | chef-cc54eaf717f62f9a5bc0b8c7afd2ff354a966e85.tar.gz |
Use Bento slugs in kitchen
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/.kitchen.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kitchen-tests/.kitchen.yml b/kitchen-tests/.kitchen.yml index 87981781db..342b547cab 100644 --- a/kitchen-tests/.kitchen.yml +++ b/kitchen-tests/.kitchen.yml @@ -24,10 +24,8 @@ provisioner: platforms: - name: ubuntu-14.04 - name: ubuntu-16.04 - - name: centos-7.2 - - name: centos-6.7 - # needs fixing for 5.11 - # - name: centos-5.11 + - name: centos-7 + - name: centos-6 suites: - name: webapp |