ci(kitchen): reinstall udev since removed from pre-salted images

* Required for installing snaps
* Ref. (pre-salted): https://github.com/netmanagers/salt-image-builder/pull/27
This commit is contained in:
Imran Iqbal 2020-03-27 21:30:22 +00:00
parent c03bb25531
commit a81f2dd4b3
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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:
@ -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:
@ -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: