This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_install:
1919env :
2020 matrix :
2121 - INSTANCE : default-debian-9
22- # - INSTANCE: default-debian-8
22+ - INSTANCE : default-debian-8
2323 - INSTANCE : default-ubuntu-1804
2424 - INSTANCE : default-ubuntu-1604
2525 - INSTANCE : default-centos-7
Original file line number Diff line number Diff line change @@ -20,14 +20,11 @@ platforms:
2020 run_command : /lib/systemd/systemd
2121 provision_command :
2222 - apt-get update && apt-get install -y udev
23- # With the release of `2019.2`, `debian-8` is no longer working
24- # Disabling until the following upstream bug has been resolved:
25- # * https://github.com/saltstack/salt/issues/51808
26- # - name: debian-8
27- # driver_config:
28- # run_command: /lib/systemd/systemd
29- # provision_command:
30- # - apt-get update && apt-get install -y udev
23+ - name : debian-8
24+ driver_config :
25+ run_command : /lib/systemd/systemd
26+ provision_command :
27+ - apt-get update && apt-get install -y udev
3128 - name : ubuntu-18.04
3229 driver_config :
3330 run_command : /lib/systemd/systemd
You can’t perform that action at this time.
0 commit comments