a46960b135
Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. This is the development version, it follows the git HEAD. WWW: https://cloud-init.io/ PR: 266847 Sponsored by: The FreeBSD Foundation Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>
11 lines
176 B
Text
11 lines
176 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To enable cloud-init, add the following line to rc.conf:
|
|
|
|
cloudinit_enable="YES"
|
|
|
|
This will make sure cloud-init is started at boot.
|
|
EOM
|
|
}
|
|
]
|