From 44fdf95d9939297f62911407d2621d1100c12480 Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Thu, 20 Nov 2014 11:12:31 -0800 Subject: [PATCH] docs: mention validate flag --- 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 0fe703a..df8a680 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -2,7 +2,7 @@ CoreOS allows you to declaratively customize various OS-level items, such as network configuration, user accounts, and systemd units. This document describes the full list of items we can configure. The `coreos-cloudinit` program uses these files as it configures the OS after startup or during runtime. -Your cloud-config is processed during each boot. Invalid cloud-config won't be processed but will be logged in the journal. You can validate your cloud-config with the [CoreOS validator]({{site.url}}/validate). +Your cloud-config is processed during each boot. Invalid cloud-config won't be processed but will be logged in the journal. You can validate your cloud-config with the [CoreOS validator]({{site.url}}/validate) or by running `coreos-cloudinit -validate`. ## Configuration File