diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 3374cf15..9f3add0f 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -317,8 +317,8 @@ resize_rootfs: True # # if you do nothing, you should get the system generally correctly # configured. -# * /etc/hostname contain the hostname (not fqdn) -# * an entry in /etc/hosts for with both hostname and fqdn +# * /etc/hostname (and thus `hostname` output) set with hostname (not fqdn) +# * an entry in /etc/hosts for both hostname and fqdn # that are obtained from the metadata service # * On each boot, the above will again be set # * cloud-init generally "owns" the 127.0.1.1 entry. The |