From b7e468a3ca0f3cd5c800d731f111f0fb8de356be Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 22 Aug 2016 10:54:22 -0700 Subject: add wget to all the kitchen tests Signed-off-by: Lamont Granquist --- kitchen-tests/.kitchen.travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index 5bc9d80b24..eb814ba2d1 100644 --- a/kitchen-tests/.kitchen.travis.yml +++ b/kitchen-tests/.kitchen.travis.yml @@ -33,7 +33,7 @@ platforms: pid_one_command: /sbin/init intermediate_instructions: - RUN /usr/bin/apt-get update - - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget - RUN /bin/mkdir /var/run/sshd - name: debian-8 @@ -42,7 +42,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget - name: centos-5 driver: @@ -51,7 +51,7 @@ platforms: run_command: /sbin/init intermediate_instructions: - RUN yum clean all - - RUN yum install -y which initscripts net-tools sudo + - RUN yum install -y which initscripts net-tools sudo wget - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: centos-6 @@ -60,7 +60,7 @@ platforms: run_command: /sbin/init intermediate_instructions: - RUN yum clean all - - RUN yum -y install which initscripts net-tools sudo + - RUN yum -y install which initscripts net-tools sudo wget - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: centos-7 @@ -69,7 +69,7 @@ platforms: pid_one_command: /usr/lib/systemd/systemd intermediate_instructions: - RUN yum clean all - - RUN yum -y install which initscripts net-tools sudo + - RUN yum -y install which initscripts net-tools sudo wget - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: fedora-23 @@ -77,7 +77,7 @@ platforms: image: fedora:23 pid_one_command: /usr/lib/systemd/systemd intermediate_instructions: - - RUN dnf -y install yum which initscripts rpm-build zlib-devel net-tools sudo + - RUN dnf -y install yum which initscripts rpm-build zlib-devel net-tools sudo wget - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers - name: ubuntu-12.04 @@ -86,7 +86,7 @@ platforms: pid_one_command: /sbin/init intermediate_instructions: - RUN /usr/bin/apt-get update - - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget - name: ubuntu-14.04 driver: @@ -94,7 +94,7 @@ platforms: pid_one_command: /sbin/init intermediate_instructions: - RUN /usr/bin/apt-get update - - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget - name: ubuntu-16.04 driver: @@ -102,7 +102,7 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget - name: opensuse-13.2 driver: -- cgit v1.2.1