Add puppet/archive module, required for newer puppet/rabbitmq
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / spec / acceptance / nodesets / docker / debian-7.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   debian-7-x64:
7     platform: debian-7-amd64
8     hypervisor: docker
9     image: debian:7
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'
14 CONFIG:
15   trace_limit: 200
16   masterless: true
17 ...
18 # vim: syntax=yaml