diff options
Diffstat (limited to 'net/cloud-init/pkg-message')
-rw-r--r-- | net/cloud-init/pkg-message | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/cloud-init/pkg-message b/net/cloud-init/pkg-message index 8ae498bfa99e..f82dd34c3c06 100644 --- a/net/cloud-init/pkg-message +++ b/net/cloud-init/pkg-message @@ -1,7 +1,11 @@ -========================================================== +[ +{ 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 +} +] |