From a14e8933957edcedcd92c0edca48fcbf61098fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20J=C3=A1nsk=C3=BD?= Date: Sun, 27 Sep 2020 15:39:38 +0200 Subject: [PATCH] Run emerge-webrsync when provisioning a Gentoo container. --- .kitchen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 37fd749..af869e7 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -98,12 +98,14 @@ platforms: image: gentoo/stage3:latest run_command: /sbin/init provision_command: + - emerge-webrsync - rc-update add sshd default - name: gentoo-systemd driver_config: image: gentoo/stage3:systemd run_command: /lib/systemd/systemd provision_command: + - emerge-webrsync - systemctl enable sshd.service - name: opensuse-15 driver_config: