summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-14 09:36:41 -0700
committerTim Smith <tsmith@chef.io>2018-08-14 11:23:59 -0700
commit871edf5561c8cc35a1384cb4a41c953819023eb7 (patch)
tree07cb13b3866682325fac4b2ff5c76240699254b5
parentfe3d0deda9c32a35856ee977fdf5630f565e1d42 (diff)
downloadchef-871edf5561c8cc35a1384cb4a41c953819023eb7.tar.gz
Remove the installation of cron in the kitchen tests
We have updated dokken-images boxes that include this now. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/kitchen.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index 83c6ee839d..aa15da8795 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -35,7 +35,6 @@ 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:
@@ -64,7 +63,6 @@ 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:
@@ -80,7 +78,6 @@ 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: