diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-13 16:46:39 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-13 16:46:39 -0700 |
commit | 51518beeaf68d8a55efafd7428a1ba045943895d (patch) | |
tree | e9397e8f223c387983cbcc40b9a23c9af8b72173 /kitchen-tests | |
parent | 1f11da2f2c55bbe13d4c54f71c998ffedf01737c (diff) | |
download | chef-51518beeaf68d8a55efafd7428a1ba045943895d.tar.gz |
Temporarily install cronie in dokken images
Once the docker backlog is done this will be in our images, but for now
we need to add it by hand.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml index aa15da8795..83c6ee839d 100644 --- a/kitchen-tests/kitchen.travis.yml +++ b/kitchen-tests/kitchen.travis.yml @@ -35,6 +35,7 @@ platforms: pid_one_command: /sbin/init intermediate_instructions: - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers + - RUN yum install -y cronie # TODO: remove this anytime past 8/13 - name: amazonlinux-2 driver: @@ -63,6 +64,7 @@ platforms: pid_one_command: /sbin/init intermediate_instructions: - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers + - RUN yum install -y cronie # TODO: remove this anytime past 8/13 - name: centos-7 driver: @@ -78,6 +80,7 @@ platforms: pid_one_command: /usr/lib/systemd/systemd intermediate_instructions: - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers + - RUN yum install -y cronie # TODO: remove this anytime past 8/13 - name: ubuntu-14.04 driver: |