From 41f93a6000406ca974a5b9f5dc5e29f97bb59edb Mon Sep 17 00:00:00 2001 From: Jon Grimm Date: Mon, 3 Apr 2017 14:59:18 -0500 Subject: doc: Fix example for resolve.conf configuration. Should be 'manage_resolv_conf' not 'manage-resolv-conf'. LP: #1531582 --- doc/examples/cloud-config-resolv-conf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/examples') diff --git a/doc/examples/cloud-config-resolv-conf.txt b/doc/examples/cloud-config-resolv-conf.txt index 37ffc91a..c4843f54 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'] -- cgit v1.2.3