From 5c8fb7f46530c3b47f231c992de2d99eeff0b1b9 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 2 Jun 2014 11:42:43 -0700 Subject: [PATCH] fix(doc): Add newlines for proper formatting --- Documentation/cloud-config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 4dd5059..6e70d04 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -73,6 +73,7 @@ Note that hyphens in the coreos.etcd.* keys are mapped to underscores. #### fleet The `coreos.fleet.*` parameters work very similarly to `coreos.etcd.*`, and allow for the configuration of fleet through environment variables. For example, the following cloud-config document... + ``` #cloud-config @@ -83,6 +84,7 @@ coreos: ``` ...will generate a systemd unit drop-in like this: + ``` [Service] Environment="FLEET_PUBLIC_IP=203.0.113.29"