22driver :
33 name : dokken
44 privileged : true
5- chef_version : 18.9.4
5+ chef_version : <%= ENV['CHEF_VERSION'] || 'current' %>
66
77transport : { name: dokken }
88provisioner : { name: dokken }
@@ -11,84 +11,84 @@ platforms:
1111 - name : almalinux-8
1212 driver :
1313 image : dokken/almalinux-8
14- pid_one_command : [" /usr/lib/systemd/systemd"]
14+ pid_one_command : /usr/lib/systemd/systemd
1515
1616 - name : almalinux-9
1717 driver :
1818 image : dokken/almalinux-9
19- pid_one_command : [" /usr/lib/systemd/systemd"]
19+ pid_one_command : /usr/lib/systemd/systemd
2020
2121 - name : almalinux-10
2222 driver :
2323 image : dokken/almalinux-10
24- pid_one_command : [" /usr/lib/systemd/systemd"]
24+ pid_one_command : /usr/lib/systemd/systemd
2525
2626 - name : amazonlinux-2023
2727 driver :
2828 image : dokken/amazonlinux-2023
29- pid_one_command : [" /usr/lib/systemd/systemd"]
29+ pid_one_command : /usr/lib/systemd/systemd
3030
3131 - name : centos-stream-9
3232 driver :
3333 image : dokken/centos-stream-9
34- pid_one_command : [" /usr/lib/systemd/systemd"]
34+ pid_one_command : /usr/lib/systemd/systemd
3535
3636 - name : centos-stream-10
3737 driver :
3838 image : dokken/centos-stream-10
39- pid_one_command : [" /usr/lib/systemd/systemd"]
39+ pid_one_command : /usr/lib/systemd/systemd
4040
4141 - name : debian-11
4242 driver :
4343 image : dokken/debian-11
44- pid_one_command : [" /bin/systemd"]
44+ pid_one_command : /bin/systemd
4545
4646 - name : debian-12
4747 driver :
4848 image : dokken/debian-12
49- pid_one_command : [" /bin/systemd"]
49+ pid_one_command : /bin/systemd
5050
5151 - name : fedora-latest
5252 driver :
5353 image : dokken/fedora-latest
54- pid_one_command : [" /usr/lib/systemd/systemd"]
54+ pid_one_command : /usr/lib/systemd/systemd
5555
5656 - name : opensuse-leap-15
5757 driver :
5858 image : dokken/opensuse-leap-15
59- pid_one_command : [" /usr/lib/systemd/systemd"]
59+ pid_one_command : /usr/lib/systemd/systemd
6060
6161 - name : oraclelinux-8
6262 driver :
6363 image : dokken/oraclelinux-8
64- pid_one_command : [" /usr/lib/systemd/systemd"]
64+ pid_one_command : /usr/lib/systemd/systemd
6565
6666 - name : oraclelinux-9
6767 driver :
6868 image : dokken/oraclelinux-9
69- pid_one_command : [" /usr/lib/systemd/systemd"]
69+ pid_one_command : /usr/lib/systemd/systemd
7070
7171 - name : rockylinux-8
7272 driver :
7373 image : dokken/rockylinux-8
74- pid_one_command : [" /usr/lib/systemd/systemd"]
74+ pid_one_command : /usr/lib/systemd/systemd
7575
7676 - name : rockylinux-9
7777 driver :
7878 image : dokken/rockylinux-9
79- pid_one_command : [" /usr/lib/systemd/systemd"]
79+ pid_one_command : /usr/lib/systemd/systemd
8080
8181 - name : ubuntu-20.04
8282 driver :
8383 image : dokken/ubuntu-20.04
84- pid_one_command : [" /bin/systemd"]
84+ pid_one_command : /bin/systemd
8585
8686 - name : ubuntu-22.04
8787 driver :
8888 image : dokken/ubuntu-22.04
89- pid_one_command : [" /bin/systemd"]
89+ pid_one_command : /bin/systemd
9090
9191 - name : ubuntu-24.04
9292 driver :
9393 image : dokken/ubuntu-24.04
94- pid_one_command : [" /bin/systemd"]
94+ pid_one_command : /bin/systemd
0 commit comments