diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-08-10 16:38:56 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-08-10 16:38:56 -0700 |
commit | 3c4a1ac79af277ccb352e2a27a95453a6e21f837 (patch) | |
tree | 0a70c76037f4e572fb48c8e053c7ef4c3e87a48a /kitchen-tests | |
parent | 27e01d76c82e4c64953278399644b6f2cf6417bf (diff) | |
download | chef-3c4a1ac79af277ccb352e2a27a95453a6e21f837.tar.gz |
redundant with the grep -v in the script now
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml index cef2b1b98a..aa15da8795 100644 --- a/kitchen-tests/kitchen.travis.yml +++ b/kitchen-tests/kitchen.travis.yml @@ -70,8 +70,6 @@ platforms: pid_one_command: /usr/lib/systemd/systemd intermediate_instructions: - RUN yum -y install e2fsprogs - - RUN egrep -v '::1' /etc/hosts > /etc/hosts.new - - RUN cp /etc/hosts.new /etc/hosts - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: fedora-latest |