Parcourir la source

ci(kitchen): install required packages to bootstrapped `opensuse` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/53
tags/v0.59.4
Imran Iqbal il y a 5 ans
Parent
révision
8cc595261d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      kitchen.yml

+ 4
- 0
kitchen.yml Voir le fichier

@@ -62,6 +62,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
run_command: /usr/lib/systemd/systemd
provisioner:
@@ -94,6 +96,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
run_command: /usr/lib/systemd/systemd
provisioner:

Chargement…
Annuler
Enregistrer