diff options
| author | Jonathan Matthews <freebsd@hello.jonathanmatthews.com> | 2025-11-12 09:24:24 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-11-12 10:24:28 +0000 |
| commit | 4ab2d625e1462e9a78cb8086906c1a3da3aa6713 (patch) | |
| tree | 3d2ee05ab901d15e8a7b1925153b7cb1db621fd5 | |
| parent | 539726e86d69efdb3003128ff1e0e739aba5f36e (diff) | |
nuageinit.7: fix cloud-config header line
This updates the nuageinit man page by aligning mentions of the
cloud-config header line with the cloud-init documentation[0], removing
an unwanted "!" character.
[0] https://docs.cloud-init.io/en/latest/explanation/about-cloud-config.html#how-do-i-create-a-cloud-config-file
Signed-off-by: Jonathan Matthews <freebsd@hello.jonathanmatthews.com>
Differential Revision: https://reviews.freebsd.org/D53706
| -rw-r--r-- | libexec/nuageinit/nuageinit.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/nuageinit/nuageinit.7 b/libexec/nuageinit/nuageinit.7 index b527c984970c..445902ccf2c0 100644 --- a/libexec/nuageinit/nuageinit.7 +++ b/libexec/nuageinit/nuageinit.7 @@ -129,12 +129,12 @@ If this file starts with a it will be executed at the end of the boot via .Cm nuageinit_user_data_script . If this file starts with -.Qq #!cloud-config , +.Qq #cloud-config , it will be parsed as a YAML configuration file. All other cases will be ignored. .Pp The -.Qq #!cloud-config +.Qq #cloud-config configuration entries supported by .Nm : .Bl -tag -width "config-2" |
