.vagrant/
.bundle/
coverage/
+log/
+.*.swp
+*~
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- - rvm: 2.1.0
+ - rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0"
notifications:
email: false
platform: el-5-x86_64
hypervisor : docker
image: centos:5
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'yum install -y crontabs tar wget'
CONFIG:
type: foss
log_level: debug
platform: el-6-x86_64
hypervisor : docker
image: centos:6
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'yum install -y crontabs tar wget'
CONFIG:
type: foss
log_level: debug
platform: el-7-x86_64
hypervisor : docker
image: centos:7
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/usr/sbin/init"]'
+ docker_image_commands:
+ - 'yum install -y crontabs tar wget'
CONFIG:
type: foss
log_level: debug
platform: debian-6-amd64
hypervisor : docker
image: debian:6
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y wget'
CONFIG:
type: foss
log_level: debug
platform: debian-7-amd64
hypervisor : docker
image: debian:7
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y cron wget'
CONFIG:
type: foss
log_level: debug
platform: debian-8-amd64
hypervisor : docker
image: debian:8
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y cron wget'
CONFIG:
type: foss
log_level: debug
platform: ubuntu-12.04-amd64
hypervisor : docker
image: ubuntu:12.04
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y wget'
CONFIG:
type: foss
log_level: debug
platform: ubuntu-14.04-amd64
hypervisor : docker
image: ubuntu:14.04
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y wget'
CONFIG:
type: foss
log_level: debug
platform: ubuntu-14.10-amd64
hypervisor : docker
image: ubuntu:14.10
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y wget'
CONFIG:
type: foss
log_level: debug
platform: ubuntu-15.04-amd64
hypervisor : docker
image: ubuntu:15.04
- # This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y wget'
CONFIG:
type: foss
log_level: debug