diff options
author | Tim Smith <tsmith@chef.io> | 2017-11-30 16:17:38 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-11-30 16:17:38 -0800 |
commit | 4c116cb6847d7f2a34cca2e64067ae2f7a96b161 (patch) | |
tree | 6b4bd85d83902250e355fb4324b5b6edd5b9adc0 /kitchen-tests | |
parent | 7b50f009feaf8604d6581e4ad9ebe72547dccc12 (diff) | |
download | chef-4c116cb6847d7f2a34cca2e64067ae2f7a96b161.tar.gz |
A == top of the list
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index a12b47e7dd..b8b4e4737b 100644 --- a/kitchen-tests/.kitchen.travis.yml +++ b/kitchen-tests/.kitchen.travis.yml @@ -29,6 +29,14 @@ verifier: format: progress platforms: +- name: amazonlinux + driver: + image: dokken/amazonlinux + pid_one_command: /sbin/init + intermediate_instructions: + - RUN yum -y install sudo + - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers + - name: debian-7 driver: image: dokken/debian-7 @@ -99,14 +107,6 @@ platforms: image: dokken/opensuse-leap pid_one_command: /bin/systemd -- name: amazonlinux - driver: - image: dokken/amazonlinux - pid_one_command: /sbin/init - intermediate_instructions: - - RUN yum -y install sudo - - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - suites: - name: base run_list: |