← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~florian-mueller-v/cloud-init:docs-fix into cloud-init:master

 

Florian Müller has proposed merging ~florian-mueller-v/cloud-init:docs-fix into cloud-init:master.

Commit message:
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.

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~florian-mueller-v/cloud-init/+git/cloud-init/+merge/371298
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~florian-mueller-v/cloud-init:docs-fix into cloud-init:master.
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt
index 6a363b7..f588bfb 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.

Follow ups