diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-01-12 20:00:55 -0500 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2017-01-12 20:00:55 -0500 |
commit | e2274393b882c723ab93189c57e7e68a46e4e10f (patch) | |
tree | ce9d6801087613d625fb5a9aab0cd411886307b1 /cloudinit/config/cc_set_hostname.py | |
parent | a3daf184fd47dede8d91588281437453bd38fc1c (diff) | |
download | vyos-cloud-init-e2274393b882c723ab93189c57e7e68a46e4e10f.tar.gz vyos-cloud-init-e2274393b882c723ab93189c57e7e68a46e4e10f.zip |
Fix minor docs typo: perserve > preserve
Diffstat (limited to 'cloudinit/config/cc_set_hostname.py')
-rw-r--r-- | cloudinit/config/cc_set_hostname.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_set_hostname.py b/cloudinit/config/cc_set_hostname.py index e42799f9..aa3dfe5f 100644 --- a/cloudinit/config/cc_set_hostname.py +++ b/cloudinit/config/cc_set_hostname.py @@ -27,7 +27,7 @@ will be used. **Config keys**:: - perserve_hostname: <true/false> + preserve_hostname: <true/false> fqdn: <fqdn> hostname: <fqdn/hostname> """ |