Skip to content

Commit

Permalink
Merge pull request #388 from ekohl/add-debian9
Browse files Browse the repository at this point in the history
Add debian9 docker nodeset
  • Loading branch information
wyardley authored Oct 17, 2017
2 parents 9e0b4c7 + 09641c0 commit 8b0b228
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions moduleroot/spec/acceptance/nodesets/docker/debian-9.yml.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/theforeman/foreman-installer-modulesync
HOSTS:
debian-9-x64:
platform: debian-9-amd64
hypervisor: docker
image: debian:9
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'apt-get update && apt-get install -y cron locales-all net-tools wget systemd-sysv'
- 'rm -f /usr/sbin/policy-rc.d'
- 'systemctl mask [email protected] getty-static.service'
CONFIG:
trace_limit: 200
masterless: true
...
# vim: syntax=yaml

0 comments on commit 8b0b228

Please sign in to comment.