From 1a5ec6350bcd1d68281e307cb77fe30039abe371 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 2 Oct 2019 00:09:04 +0100 Subject: [PATCH] ci(kitchen): install required packages to bootstrapped `opensuse` [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/53 --- kitchen.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kitchen.yml b/kitchen.yml index 540688d..ba1991d 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -42,6 +42,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip - systemctl enable sshd.service - zypper -n in tar gzip run_command: /usr/lib/systemd/systemd @@ -83,6 +85,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip - systemctl enable sshd.service - zypper -n in tar gzip run_command: /usr/lib/systemd/systemd @@ -118,6 +122,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip - systemctl enable sshd.service - zypper -n in tar gzip run_command: /usr/lib/systemd/systemd @@ -154,6 +160,8 @@ platforms: driver: image: opensuse/leap:15 provision_command: + # yamllint disable-line rule:line-length + - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip - systemctl enable sshd.service - zypper -n in tar gzip run_command: /usr/lib/systemd/systemd