Update rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / spec / acceptance / nodesets / docker / debian-9.yml
1 ---
2 # This file is managed via modulesync
3 # https://github.com/voxpupuli/modulesync
4 # https://github.com/theforeman/foreman-installer-modulesync
5 HOSTS:
6   debian-9-x64:
7     platform: debian-9-amd64
8     hypervisor: docker
9     image: debian:9
10     docker_preserve_image: true
11     docker_cmd: '["/sbin/init"]'
12     docker_image_commands:
13       - 'apt-get update && apt-get install -y cron locales-all net-tools wget systemd-sysv'
14       - 'rm -f /usr/sbin/policy-rc.d'
15       - 'systemctl mask getty@tty1.service getty-static.service'
16 CONFIG:
17   trace_limit: 200
18   masterless: true
19 ...
20 # vim: syntax=yaml