Skip to content

Commit

Permalink
fix the ubuntu16.04 nodeset
Browse files Browse the repository at this point in the history
this will go upstream into modulesync_config
  • Loading branch information
bastelfreak committed Feb 17, 2018
1 parent 4269b09 commit c2f1975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/acceptance/nodesets/docker/ubuntu-16.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ HOSTS:
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'systemctl mask [email protected] getty-static.service'
- 'apt-get update'
- 'apt-get install -y net-tools wget locales apt-transport-https'
- 'locale-gen en_US.UTF-8'
- 'echo LANG=en_US.UTF-8 > /etc/default/locale'
CONFIG:
trace_limit: 200
masterless: true
Expand Down

0 comments on commit c2f1975

Please sign in to comment.