Fixed Cloud-Config examples

This commit is contained in:
kayrus 2015-07-27 17:38:11 +02:00
parent 41289286ca
commit 5383bd1f07

View File

@ -182,14 +182,14 @@ for locksmith. For example, the following cloud-config...
coreos: coreos:
locksmith: locksmith:
endpoint: example.com:4001 endpoint: http://example.com:2379
``` ```
...will generate a systemd unit drop-in like so: ...will generate a systemd unit drop-in like so:
``` ```
[Service] [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]. For the complete list of locksmith configuration parameters, see the [locksmith documentation][locksmith-readme].