
Include a new set of docs that can be used to create a readthedocs.org site, which includes examples, directory layout, capabilities and such. This in-code documentation then allows for readthedocs.org to create a website directly from the cloud-init codebase.
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
#cloud-config
|
|
|
|
# final_message
|
|
# default: cloud-init boot finished at $TIMESTAMP. Up $UPTIME seconds
|
|
# this message is written by cloud-final when the system is finished
|
|
# its first boot
|
|
final_message: "The system is finally up, after $UPTIME seconds"
|