summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müller <florian.mueller@hetzner-cloud.de>2019-08-20 15:01:45 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2019-08-20 15:01:45 +0000
commit3e998276e42f5e2a4fa3a09becc9f120363e22de (patch)
treed5688534d94626848759a231940f1ea6a4f60a80
parent85878703e80f536168bcf86cc6444f7aba44cdc3 (diff)
downloadvyos-cloud-init-3e998276e42f5e2a4fa3a09becc9f120363e22de.tar.gz
vyos-cloud-init-3e998276e42f5e2a4fa3a09becc9f120363e22de.zip
Add missing #cloud-config comment on first example in documentation.
Since this is the first code snippet some users might see, they could end up in the same situation like me today when they wonder why their yaml user config is not working at all.
-rw-r--r--doc/examples/cloud-config-user-groups.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt
index 6a363b77..f588bfbc 100644
--- a/doc/examples/cloud-config-user-groups.txt
+++ b/doc/examples/cloud-config-user-groups.txt
@@ -1,3 +1,4 @@
+#cloud-config
# Add groups to the system
# The following example adds the ubuntu group with members 'root' and 'sys'
# and the empty group cloud-users.