diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 11:03:19 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 11:03:19 -0700 |
commit | d5ca41ca9f9c32ed9b34f1e9e768e97c510fcc99 (patch) | |
tree | 6978167c52790a733e7d0321b9a516723d817b00 /kitchen-tests | |
parent | b7e468a3ca0f3cd5c800d731f111f0fb8de356be (diff) | |
download | chef-d5ca41ca9f9c32ed9b34f1e9e768e97c510fcc99.tar.gz |
add ca-certs
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index eb814ba2d1..60d3508b89 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 wget + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certificates - 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 wget + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certificates - name: centos-5 driver: @@ -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 wget + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certifiates - 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 wget + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certifictes - 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 wget + - RUN /usr/bin/apt-get -y install zlib1g-dev sudo net-tools wget ca-certificates - name: opensuse-13.2 driver: |