diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 10:54:22 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 10:54:22 -0700 |
commit | b7e468a3ca0f3cd5c800d731f111f0fb8de356be (patch) | |
tree | 34fe9db9a61de07e6bd4728a4bd75549bb9ac77f | |
parent | ab73a8f05e97f3197d7f0964dc98cb188ed997f8 (diff) | |
download | chef-b7e468a3ca0f3cd5c800d731f111f0fb8de356be.tar.gz |
add wget to all the kitchen testslcg/drop-2.1-support
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 18 |
1 files 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: |