diff options
author | do3meli <do3meli@users.noreply.github.com> | 2019-11-25 23:13:26 +0100 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2019-11-25 15:13:26 -0700 |
commit | bf075cf6f9a434c5fc2bdbc52e45d339e114f64e (patch) | |
tree | 8d09d4a5fdb31b8a7ba17594acc607801410e910 /cloudinit/config/cc_set_hostname.py | |
parent | 2a135c4a421af47f5bd511e89e385a72f62bde33 (diff) | |
download | vyos-cloud-init-bf075cf6f9a434c5fc2bdbc52e45d339e114f64e.tar.gz vyos-cloud-init-bf075cf6f9a434c5fc2bdbc52e45d339e114f64e.zip |
Correct jumbled documentation for cc_set_hostname module (#64)
LP: #1853543
Diffstat (limited to 'cloudinit/config/cc_set_hostname.py')
-rw-r--r-- | cloudinit/config/cc_set_hostname.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cloudinit/config/cc_set_hostname.py b/cloudinit/config/cc_set_hostname.py index 3d2b2da3..a0febc3c 100644 --- a/cloudinit/config/cc_set_hostname.py +++ b/cloudinit/config/cc_set_hostname.py @@ -21,7 +21,9 @@ key, and the fqdn of the cloud wil be used. If a fqdn specified with the the ``fqdn`` config key. If both ``fqdn`` and ``hostname`` are set, ``fqdn`` will be used. -**Internal name:** per instance +**Internal name:** ``cc_set_hostname`` + +**Module frequency:** per instance **Supported distros:** all |