From 54afe11580ed973f83faed26d6da27431e028967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sat, 20 May 2017 19:58:12 +0200 Subject: [PATCH] varnish: test with systemd --- varnish/.kitchen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/varnish/.kitchen.yml b/varnish/.kitchen.yml index b0169808..a5b0c328 100644 --- a/varnish/.kitchen.yml +++ b/varnish/.kitchen.yml @@ -3,6 +3,9 @@ driver: name: docker privileged: true use_sudo: false + # important if you need to interact with systemd + # otherwise a barebone ssh server is the main process + run_command: /sbin/init provisioner: name: ansible_playbook