diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-31 15:36:35 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-31 15:36:35 -0400 |
commit | a90e2802b16b0af7b9cef718d19605e2a0565a8e (patch) | |
tree | afc43373fa591de7e673714ad1d207c4dedf25ff | |
parent | 27f0355a39e7b546b97e1ff725a9230bd57e3e35 (diff) | |
download | vyos-cloud-init-a90e2802b16b0af7b9cef718d19605e2a0565a8e.tar.gz vyos-cloud-init-a90e2802b16b0af7b9cef718d19605e2a0565a8e.zip |
incorrect example in doc
-rw-r--r-- | doc/examples/cloud-config-user-groups.txt | 2 |
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 a5dd1455..d0b3e2ff 100644 --- a/doc/examples/cloud-config-user-groups.txt +++ b/doc/examples/cloud-config-user-groups.txt @@ -25,7 +25,7 @@ users: ssh-authorized-keys: - <ssh pub key 1> - <ssh pub key 2> - - name cloudy + - name: cloudy gecos: Magic Cloud App Daemon User inactive: true system: true |