Update concat
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / spec / acceptance / nodesets / docker / ubuntu-14.04.yml
1 HOSTS:
2   ubuntu-1404-x64:
3     platform: ubuntu-14.04-amd64
4     hypervisor: docker
5     image: ubuntu:14.04
6     docker_preserve_image: true
7     docker_cmd: '["/sbin/init"]'
8     docker_image_commands:
9       # ensure that upstart is booting correctly in the container
10       - 'rm /usr/sbin/policy-rc.d && rm /sbin/initctl && dpkg-divert --rename --remove /sbin/initctl && apt-get update && apt-get install -y net-tools wget && locale-gen en_US.UTF-8'
11 CONFIG:
12   trace_limit: 200