From 5383bd1f07a665ef6ec47b6576934f503fedaf3f Mon Sep 17 00:00:00 2001 From: kayrus Date: Mon, 27 Jul 2015 17:38:11 +0200 Subject: [PATCH] Fixed Cloud-Config examples --- 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 ffce8fc..c9ab531 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -182,14 +182,14 @@ for locksmith. For example, the following cloud-config... coreos: locksmith: - endpoint: example.com:4001 + endpoint: http://example.com:2379 ``` ...will generate a systemd unit drop-in like so: ``` [Service] -Environment="LOCKSMITHD_ENDPOINT=example.com:4001" +Environment="LOCKSMITHD_ENDPOINT=http://example.com:2379" ``` For the complete list of locksmith configuration parameters, see the [locksmith documentation][locksmith-readme].