Commit c6e4d63 1 parent 05b4b2a commit c6e4d63 Copy full SHA for c6e4d63
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Description=Run cloudinit
4
4
[Service]
5
5
EnvironmentFile =/var/run/ignition.env
6
6
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}"'
8
8
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)"'
9
9
10
10
[Install]
You can’t perform that action at this time.
0 commit comments