From 65db96cc7c815c773b78f0fea0eacc2f90c8dedc Mon Sep 17 00:00:00 2001 From: bdevloed Date: Wed, 3 Sep 2014 11:57:44 +0200 Subject: [PATCH] docs: fix a typo --- Documentation/cloud-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 2963b80..2c3e640 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -4,7 +4,7 @@ CoreOS allows you to declaratively customize various OS-level items, such as net ## Configuration File -The file used by this system initialization program is called a "cloud-config" file. It is inspired by the [cloud-init][cloud-init] project's [cloud-config][cloud-config] file. which is "the defacto multi-distribution package that handles early initialization of a cloud instance" ([cloud-init docs][cloud-init-docs]). Because the cloud-init project includes tools which aren't used by CoreOS, only the relevant subset of its configuration items will be implemented in our cloud-config file. In addition to those, we added a few CoreOS-specific items, such as etcd configuration, OEM definition, and systemd units. +The file used by this system initialization program is called a "cloud-config" file. It is inspired by the [cloud-init][cloud-init] project's [cloud-config][cloud-config] file, which is "the defacto multi-distribution package that handles early initialization of a cloud instance" ([cloud-init docs][cloud-init-docs]). Because the cloud-init project includes tools which aren't used by CoreOS, only the relevant subset of its configuration items will be implemented in our cloud-config file. In addition to those, we added a few CoreOS-specific items, such as etcd configuration, OEM definition, and systemd units. We've designed our implementation to allow the same cloud-config file to work across all of our supported platforms.