We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bea3e7 + 8a73736 commit 11b92f7Copy full SHA for 11b92f7
.kitchen.yml
@@ -36,7 +36,11 @@ platforms:
36
- apt-get update
37
- apt-get install -y -q ansible
38
- apt-get install -y -q net-tools
39
+ - sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
40
+ - sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
41
+ - sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
42
use_sudo: false
43
+ run_command: "/sbin/init"
44
- name: centos-6
45
driver_config:
46
image: electrical/centos:6.4-1
@@ -129,4 +133,4 @@ suites:
129
133
- plugin: elasticsearch/marvel
130
134
version: latest
131
135
provisioner:
132
- playbook: test/integration/multi.yml
136
+ playbook: test/integration/multi.yml
0 commit comments