Update rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / spec / acceptance / nodesets / docker / centos-6.yml
1 ---
2 # This file is managed via modulesync
3 # https://github.com/voxpupuli/modulesync
4 # https://github.com/voxpupuli/modulesync_config
5 HOSTS:
6   centos-6-x64:
7     platform: el-6-x86_64
8     hypervisor: docker
9     image: centos:6
10     docker_preserve_image: true
11     docker_cmd: '["/sbin/init"]'
12     docker_image_commands:
13       - 'rm -rf /var/run/network/*'
14       - 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
15       - 'rm /etc/init/tty.conf'
16 CONFIG:
17   trace_limit: 200
18   masterless: true
19 ...
20 # vim: syntax=yaml