Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integration tests: fix Azure failures (#1269) | James Falcon | 2022-02-15 | 1 | -1/+1 |
| | |||||
* | Shell script handlers by freq (#1166) | Chris Lalos | 2022-02-10 | 1 | -0/+48 |
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. |