diff options
author | Chris Lalos <chris.lalos@gmail.com> | 2022-02-10 15:49:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:49:38 -0600 |
commit | 600b870b399feb9e072748e07ea223556261fbe7 (patch) | |
tree | 14fec0163a37a6d8dbdf96b993ccbb3c59e204a2 /tools | |
parent | cbe840ac7247c9bf79cf63100b7f85ef38758763 (diff) | |
download | vyos-cloud-init-600b870b399feb9e072748e07ea223556261fbe7.tar.gz vyos-cloud-init-600b870b399feb9e072748e07ea223556261fbe7.zip |
Shell script handlers by freq (#1166)
Handlers for per-boot/per-instance/per-once multipart MIME
Add handlers for adding scripts to userdata that can be run at various
frequencies. Scripts of type x-shellscript-per-boot,
x-shellscript-per-instance, or x-shellscript-per-once can be added
to a multipart MIME userdata message as part of instance userdata.
These scripts will then be added to the appropriate per-boot,
per-instance, or per-once directory in /var/lib/cloud/scripts/
during processing of userdata.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.github-cla-signers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 6d957d9b..ac157a2f 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -8,6 +8,7 @@ andrewbogott andrewlukoshko antonyc aswinrajamannar +beantaxi beezly bipinbachhao BirknerAlex |