cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #01902
[Merge] ~jgrimm/cloud-init:fix_resolve_conf_example into cloud-init:master
Jon Grimm has proposed merging ~jgrimm/cloud-init:fix_resolve_conf_example into cloud-init:master.
Requested reviews:
cloud init development team (cloud-init-dev)
Related bugs:
Bug #1531582 in cloud-init: "Some examples in documentation incorrectly contain dashes vs underscores"
https://bugs.launchpad.net/cloud-init/+bug/1531582
For more details, see:
https://code.launchpad.net/~jgrimm/cloud-init/+git/cloud-init/+merge/321775
Trivial doc fix.
--
Your team cloud init development team is requested to review the proposed merge of ~jgrimm/cloud-init:fix_resolve_conf_example into cloud-init:master.
diff --git a/doc/examples/cloud-config-resolv-conf.txt b/doc/examples/cloud-config-resolv-conf.txt
index 37ffc91..c4843f5 100644
--- a/doc/examples/cloud-config-resolv-conf.txt
+++ b/doc/examples/cloud-config-resolv-conf.txt
@@ -5,9 +5,9 @@
#
# Ensure that your yaml is valid and pass this as user-data when starting
# the instance. Also be sure that your cloud.cfg file includes this
-# configuration module in the appropirate section.
+# configuration module in the appropriate section.
#
-manage-resolv-conf: true
+manage_resolv_conf: true
resolv_conf:
nameservers: ['8.8.4.4', '8.8.8.8']
Follow ups