diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:42 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:42 -0400 |
commit | 38cf1269a499acd9b85390afd6200c2f143fbffc (patch) | |
tree | 1fef658020e58d2a368acedebdeda723860c287f /spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml |
Squashed 'puppet/modules/systemd/' content from commit 6d47fd4
git-subtree-dir: puppet/modules/systemd
git-subtree-split: 6d47fd4999fe03eba6fb11c4490dcbb90d937900
Diffstat (limited to 'spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml')
-rw-r--r-- | spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml b/spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml new file mode 100644 index 00000000..caed722c --- /dev/null +++ b/spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml @@ -0,0 +1,15 @@ +HOSTS: + ubuntu-1504-x64: + default_apply_opts: + order: random + strict_variables: + platform: ubuntu-15.04-amd64 + hypervisor : docker + image: ubuntu:15.04 + docker_preserve_image: true + docker_cmd: '["/sbin/init"]' + docker_image_commands: + - 'apt-get install -y wget' +CONFIG: + type: foss + log_level: debug |