Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / acceptance / nodesets / docker / centos-7.yml
1 HOSTS:
2   centos-7-x64:
3     platform: el-7-x86_64
4     hypervisor: docker
5     image: centos:7
6     docker_preserve_image: true
7     docker_cmd: '["/usr/sbin/init"]'
8     # install various tools required to get the image up to usable levels
9     docker_image_commands:
10       - 'yum install -y crontabs tar wget openssl sysvinit-tools iproute which initscripts'
11 CONFIG:
12   trace_limit: 200