summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillaume Gay <guillaume@damcb.com>2022-11-03 13:35:18 +0100
committerGitHub <noreply@github.com>2022-11-03 13:35:18 +0100
commitecc2c73e098a6403a9002c9ee1640da858e08226 (patch)
tree667ba9ff5bdd8df8cb610f1baea4c0ba60d0047e /doc
parentb53848232a8903a26641e016bcb3024705fdaa1a (diff)
downloadcloud-init-git-ecc2c73e098a6403a9002c9ee1640da858e08226.tar.gz
Fix inconsistency between comment and statement (#1809)
Line 3 was stating that the "ubuntu" group is created while the yml indicates "sysadmin"
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-user-groups.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt
index a66b0d75..13f42c49 100644
--- a/doc/examples/cloud-config-user-groups.txt
+++ b/doc/examples/cloud-config-user-groups.txt
@@ -1,6 +1,6 @@
#cloud-config
# Add groups to the system
-# The following example adds the ubuntu group with members 'root' and 'sys'
+# The following example adds the 'admingroup' group with members 'root' and 'sys'
# and the empty group cloud-users.
groups:
- admingroup: [root,sys]