diff --git a/.kitchen.yml b/.kitchen.yml index 56e2279..b37254b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -68,10 +68,10 @@ platforms: - name: ubuntu-14.04 driver: image: diodonfrost/ubuntu-14.04-ansible - provision_command: apt-get install -y init platform: ubuntu run_command: /sbin/init provision_command: + - apt-get install -y init - sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config # Debian