From 01b18eb55111c88ace401361fe44449123750b17 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Thu, 28 Aug 2014 13:48:58 -0700 Subject: [PATCH] squash: fix spacing --- Documentation/cloud-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index a0d8f31..b20f579 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -314,12 +314,12 @@ The **content** field must represent exactly what should be written to disk. write_files: - path: /etc/resolv.conf permissions: 0644 - owner: root + owner: root content: | nameserver 8.8.8.8 - path: /etc/motd permissions: 0644 - owner: root + owner: root content: | Good news, everyone! ```