diff options
Diffstat (limited to 'kitchen-tests/kitchen.travis.yml')
-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: |