restoring centos 6 support
This commit is contained in:
parent
e32e5f114f
commit
5b2b76d1fc
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ platforms:
|
||||||
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
run_command: "/sbin/init"
|
run_command: "/sbin/init"
|
||||||
|
- name: centos-6
|
||||||
|
driver_config:
|
||||||
|
image: dliappis/centos-devopsci:6
|
||||||
|
privileged: true
|
||||||
|
provision_command:
|
||||||
|
use_sudo: false
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
driver_config:
|
driver_config:
|
||||||
image: dliappis/centos-devopsci:7
|
image: dliappis/centos-devopsci:7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue