Merge pull request #45 from electrical/fix_acceptance
Fix Debian-8 for systemd
This commit is contained in:
commit
11b92f767d
1 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,11 @@ platforms:
|
|||
- apt-get update
|
||||
- apt-get install -y -q ansible
|
||||
- apt-get install -y -q net-tools
|
||||
- sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
|
||||
- sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
|
||||
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
||||
use_sudo: false
|
||||
run_command: "/sbin/init"
|
||||
- name: centos-6
|
||||
driver_config:
|
||||
image: electrical/centos:6.4-1
|
||||
|
|
@ -129,4 +133,4 @@ suites:
|
|||
- plugin: elasticsearch/marvel
|
||||
version: latest
|
||||
provisioner:
|
||||
playbook: test/integration/multi.yml
|
||||
playbook: test/integration/multi.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue