Skip to content

Commit

Permalink
ci(kitchen): install required packages to bootstrapped opensuse [sk…
Browse files Browse the repository at this point in the history
…ip ci]

* Automated using myii/ssf-formula#53
  • Loading branch information
myii committed Oct 1, 2019
1 parent 0c5eb7e commit 8cc5952
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8cc5952

Please sign in to comment.