Loading .travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ matrix: include: - rvm: 2.1.9 env: PUPPET_GEM_VERSION="~> 4.0" - rvm: 2.3.1 env: PUPPET_GEM_VERSION="~> 4" - rvm: 2.4.1 env: PUPPET_GEM_VERSION="~> 5.0" - rvm: default sudo: required dist: trusty Loading spec/acceptance/nodesets/centos-5.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ HOSTS: strict_variables: platform: el-5-x86_64 hypervisor : docker image: tianon/centos:5.10 image: camptocamp/centos:5 docker_preserve_image: true docker_cmd: '["/sbin/init"]' docker_image_commands: Loading spec/acceptance/nodesets/debian-9.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line HOSTS: debian-9-x64: default_apply_opts: order: random strict_variables: platform: debian-9-amd64 hypervisor : docker image: debian:9 docker_preserve_image: true docker_cmd: '["/sbin/init"]' docker_image_commands: - 'apt-get install -y cron locales-all net-tools systemd-sysv wget' CONFIG: type: aio log_level: debug spec/acceptance/nodesets/ubuntu-16.04.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ HOSTS: docker_preserve_image: true docker_cmd: '["/sbin/init"]' docker_image_commands: - 'apt-get install -y net-tools wget' - 'apt-get install -y net-tools wget locales' - 'locale-gen en_US.UTF-8' CONFIG: type: aio Loading Loading
.travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ matrix: include: - rvm: 2.1.9 env: PUPPET_GEM_VERSION="~> 4.0" - rvm: 2.3.1 env: PUPPET_GEM_VERSION="~> 4" - rvm: 2.4.1 env: PUPPET_GEM_VERSION="~> 5.0" - rvm: default sudo: required dist: trusty Loading
spec/acceptance/nodesets/centos-5.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ HOSTS: strict_variables: platform: el-5-x86_64 hypervisor : docker image: tianon/centos:5.10 image: camptocamp/centos:5 docker_preserve_image: true docker_cmd: '["/sbin/init"]' docker_image_commands: Loading
spec/acceptance/nodesets/debian-9.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line HOSTS: debian-9-x64: default_apply_opts: order: random strict_variables: platform: debian-9-amd64 hypervisor : docker image: debian:9 docker_preserve_image: true docker_cmd: '["/sbin/init"]' docker_image_commands: - 'apt-get install -y cron locales-all net-tools systemd-sysv wget' CONFIG: type: aio log_level: debug
spec/acceptance/nodesets/ubuntu-16.04.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ HOSTS: docker_preserve_image: true docker_cmd: '["/sbin/init"]' docker_image_commands: - 'apt-get install -y net-tools wget' - 'apt-get install -y net-tools wget locales' - 'locale-gen en_US.UTF-8' CONFIG: type: aio Loading