X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Farchive%2Fspec%2Facceptance%2Fnodesets%2Fdocker%2Fubuntu-16.04.yml;fp=3rdparty%2Fmodules%2Farchive%2Fspec%2Facceptance%2Fnodesets%2Fdocker%2Fubuntu-16.04.yml;h=2d173c5b9b847635780c7a88a2fbb83fe02c842d;hb=e107504bce7d9b21cc301124fc7c39fdb0762374;hp=0000000000000000000000000000000000000000;hpb=24caa46729f80fbba4be8b9b26ebcb3acc4cb0fb;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/archive/spec/acceptance/nodesets/docker/ubuntu-16.04.yml b/3rdparty/modules/archive/spec/acceptance/nodesets/docker/ubuntu-16.04.yml new file mode 100644 index 000000000..2d173c5b9 --- /dev/null +++ b/3rdparty/modules/archive/spec/acceptance/nodesets/docker/ubuntu-16.04.yml @@ -0,0 +1,19 @@ +--- +# This file is managed via modulesync +# https://github.com/voxpupuli/modulesync +# https://github.com/voxpupuli/modulesync_config +HOSTS: + ubuntu-1604-x64: + platform: ubuntu-16.04-amd64 + hypervisor: docker + image: ubuntu:16.04 + docker_preserve_image: true + docker_cmd: '["/sbin/init"]' + docker_image_commands: + - 'apt-get install -y net-tools wget locales apt-transport-https' + - 'locale-gen en_US.UTF-8' +CONFIG: + trace_limit: 200 + masterless: true +... +# vim: syntax=yaml