Skip to content

Commit c6e4d63

Browse files
committed
add ionoscloud support
1 parent 05b4b2a commit c6e4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/system/oem-cloudinit.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description=Run cloudinit
44
[Service]
55
EnvironmentFile=/var/run/ignition.env
66
Type=oneshot
7-
ExecCondition=/usr/bin/bash -xc 'OEMS=(aws gcp rackspace-onmetal azure cloudsigma packet vmware digitalocean openstack); echo $${OEMS[*]} | tr " " "\n" | grep -q -x -F "${OEM_ID}"'
7+
ExecCondition=/usr/bin/bash -xc 'OEMS=(aws gcp rackspace-onmetal azure cloudsigma packet vmware digitalocean openstack ionoscloud); echo $${OEMS[*]} | tr " " "\n" | grep -q -x -F "${OEM_ID}"'
88
ExecStart=/usr/bin/bash -xc '/usr/bin/coreos-cloudinit --oem="$(if [ "${OEM_ID}" = aws -o "${OEM_ID}" = openstack ]; then echo ec2-compat; elif [ "${OEM_ID}" = gcp ]; then echo gce; else echo "${OEM_ID}" ; fi)"'
99

1010
[Install]

0 commit comments

Comments
 (0)