Skip to content

Commit

Permalink
ci(kitchen): reinstall udev since removed from pre-salted images
Browse files Browse the repository at this point in the history
* Required for installing snaps
* Ref. (pre-salted): netmanagers/salt-image-builder#27
  • Loading branch information
myii committed Mar 27, 2020
1 parent c03bb25 commit a81f2dd
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 @@ -16,6 +16,7 @@ platforms:
driver:
image: netmanagers/salt-master-py3:debian-10
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: ubuntu-1804-master-py3
driver:
Expand Down Expand Up @@ -47,11 +48,13 @@ platforms:
driver:
image: netmanagers/salt-2019.2-py3:debian-10
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: debian-9-2019-2-py3
driver:
image: netmanagers/salt-2019.2-py3:debian-9
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: ubuntu-1804-2019-2-py3
driver:
Expand Down Expand Up @@ -89,6 +92,7 @@ platforms:
driver:
image: netmanagers/salt-2018.3-py2:debian-9
provision_command:
- apt-get install --reinstall -y udev
- apt-get install -y snapd
- name: ubuntu-1604-2018-3-py2
driver:
Expand Down

0 comments on commit a81f2dd

Please sign in to comment.