summaryrefslogtreecommitdiff
path: root/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
diff options
context:
space:
mode:
authorDennis Hoppe <github@debian-solutions.de>2016-11-03 07:22:56 +0100
committerGitHub <noreply@github.com>2016-11-03 07:22:56 +0100
commit7e901cb6c6e87823daaa81e49b82e1873034df8f (patch)
tree8ec5f2cee23c067e0d5c7b67969f2e901bac02d1 /spec/acceptance/nodesets/docker/ubuntu-14.04.yml
parentdf2ccc5286a5ce134348a0a52fe69c1838ad991a (diff)
parentad96c09ba397e095c68ddf98e09e972a54ec76bc (diff)
Merge pull request #74 from voxpupuli/modulesync
modulesync 0.15.0
Diffstat (limited to 'spec/acceptance/nodesets/docker/ubuntu-14.04.yml')
-rw-r--r--spec/acceptance/nodesets/docker/ubuntu-14.04.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/spec/acceptance/nodesets/docker/ubuntu-14.04.yml b/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
index 1849f98..54d5e5a 100644
--- a/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
+++ b/spec/acceptance/nodesets/docker/ubuntu-14.04.yml
@@ -4,11 +4,8 @@
# https://github.com/voxpupuli/modulesync_config
HOSTS:
ubuntu-1404-x64:
- default_apply_opts:
- order: random
- strict_variables:
platform: ubuntu-14.04-amd64
- hypervisor : docker
+ hypervisor: docker
image: ubuntu:14.04
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
@@ -18,7 +15,7 @@ HOSTS:
- 'apt-get install -y net-tools wget'
- 'locale-gen en_US.UTF-8'
CONFIG:
- type: aio
- log_level: debug
+ trace_limit: 200
+ masterless: true
...
# vim: syntax=yaml