Update rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / spec / acceptance / nodesets / docker / ubuntu-14.04.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   ubuntu-1404-x64:
7     platform: ubuntu-14.04-amd64
8     hypervisor: docker
9     image: ubuntu:14.04
10     docker_preserve_image: true
11     docker_cmd: '["/sbin/init"]'
12     docker_image_commands:
13       - 'rm /usr/sbin/policy-rc.d'
14       - 'rm /sbin/initctl; dpkg-divert --rename --remove /sbin/initctl'
15       - 'apt-get install -y net-tools wget apt-transport-https'
16       - 'locale-gen en_US.UTF-8'
17 CONFIG:
18   trace_limit: 200
19   masterless: true
20 ...
21 # vim: syntax=yaml