aboutsummaryrefslogtreecommitdiff
path: root/net/cloud-init/pkg-message
blob: f82dd34c3c06e212bd4dcca578bdc790bd1ebd5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
}
]