Unverified Commit b1a55017 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Modulesync

parent 8d4b32ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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:
+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
+1 −1
Original line number Diff line number Diff line
@@ -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