Skip to content

Commit

Permalink
Work on #7, but fixes #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Dec 26, 2016
1 parent ddb36fd commit fa15733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"operatingsystemrelease": [
"14.04"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
}
],
"data_provider": null
Expand Down
3 changes: 2 additions & 1 deletion spec/acceptance/nodesets/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ HOSTS:
hypervisor: docker
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'yum -y install systemd-container initscripts'
- 'yum -y install systemd-container initscripts epel-release'
- 'yum clean all'
CONFIG:
type: foss
log_level: notice

0 comments on commit fa15733

Please sign in to comment.