Skip to content

Commit

Permalink
Fix for integration tests (apt-transport-https missing) (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Geiger <info@mgeiger.de>
  • Loading branch information
mcgege committed Mar 12, 2020
1 parent dcc8363 commit 18772ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kitchen.do.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ platforms:
driver_config:
image: debian-8-x64
provisioner:
custom_pre_install_command: |
sudo apt-get -y install apt-transport-https
puppet_apt_repo: https://apt.puppetlabs.com/puppetlabs-release-trusty.deb
puppet_apt_collections_repo: http://apt.puppetlabs.com/puppet5-release-trusty.deb
- name: debian-9-puppet5
driver_config:
image: debian-9-x64
provisioner:
custom_pre_install_command: |
sudo apt-get -y install apt-transport-https
puppet_apt_repo: https://apt.puppetlabs.com/puppetlabs-release-xenial.deb
puppet_apt_collections_repo: http://apt.puppetlabs.com/puppet5-release-xenial.deb
- name: debian-9-puppet6
Expand All @@ -59,6 +63,8 @@ platforms:
driver_config:
image: ubuntu-16-04-x64
provisioner:
custom_pre_install_command: |
sudo apt-get -y install apt-transport-https
puppet_apt_repo: https://apt.puppetlabs.com/puppetlabs-release-xenial.deb
puppet_apt_collections_repo: http://apt.puppetlabs.com/puppet5-release-xenial.deb
- name: ubuntu-18-04-puppet5
Expand Down
6 changes: 6 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ platforms:
puppet_yum_collections_repo: http://yum.puppetlabs.com/puppet6/puppet6-release-el-8.noarch.rpm
- name: debian-8-puppet5
provisioner:
custom_pre_install_command: |
sudo apt-get -y install apt-transport-https
puppet_apt_repo: https://apt.puppetlabs.com/puppetlabs-release-trusty.deb
puppet_apt_collections_repo: http://apt.puppetlabs.com/puppet5-release-trusty.deb
- name: debian-9-puppet5
provisioner:
custom_pre_install_command: |
sudo apt-get -y install apt-transport-https
puppet_apt_repo: https://apt.puppetlabs.com/puppetlabs-release-xenial.deb
puppet_apt_collections_repo: http://apt.puppetlabs.com/puppet5-release-xenial.deb
- name: debian-9-puppet6
Expand Down Expand Up @@ -93,6 +97,8 @@ platforms:
driver_config:
image: ubuntu:16.04
provisioner:
custom_pre_install_command: |
sudo apt-get -y install apt-transport-https
puppet_apt_repo: https://apt.puppetlabs.com/puppetlabs-release-xenial.deb
puppet_apt_collections_repo: http://apt.puppetlabs.com/puppet5-release-xenial.deb
- name: ubuntu-18-04-puppet5
Expand Down

0 comments on commit 18772ce

Please sign in to comment.