Skip to content

Commit

Permalink
Merge pull request #311 from vinzent/ss_utility_on_centos7
Browse files Browse the repository at this point in the history
Serverspec port tests require the ss utility on centos 7
  • Loading branch information
bastelfreak authored Jan 20, 2017
2 parents 0ab534f + e6f689f commit fa4c54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/spec/acceptance/nodesets/docker/centos-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOSTS:
docker_preserve_image: true
docker_cmd: '["/usr/sbin/init"]'
docker_image_commands:
- 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which'
- 'yum install -y crontabs initscripts iproute openssl sysvinit-tools tar wget which ss'
CONFIG:
trace_limit: 200
masterless: true
Expand Down

0 comments on commit fa4c54d

Please sign in to comment.