]> git.ipfire.org Git - ipfire-2.x.git/commit - src/initscripts/helper/exoscale-setup
cloud: Execute user-data scripts at the end of initialization
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 May 2022 09:40:25 +0000 (09:40 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 30 May 2022 19:21:59 +0000 (19:21 +0000)
commit9e413732132a382a55c4af51a548d329185de56b
tree99c48e0659c4e04c763d91e11fd2b3b27361d795
parent4aab717c073e3ed3cc05f14f0669988f5a0b937c
cloud: Execute user-data scripts at the end of initialization

This is useful when the user-data needs to reboot an instance.
Previously, some initialization did not happen which is now being done
first before the user-data script is being executed.

This gives users more flexibility about what they are doing in those
scripts.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/helper/aws-setup
src/initscripts/helper/azure-setup
src/initscripts/helper/exoscale-setup
src/initscripts/helper/gcp-setup
src/initscripts/helper/oci-setup