diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2020-05-08 16:38:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:38:51 -0400 |
commit | 34b868020254106af8c79ffb85e04e294b19e44f (patch) | |
tree | 7b7e285f0b9c13a7d9551d61ec5ef0b38b6e3263 /doc/examples/cloud-config-landscape.txt | |
parent | b24b376fabd54e4dc96ffc1b90a984addf42fc4c (diff) | |
download | cloud-init-git-34b868020254106af8c79ffb85e04e294b19e44f.tar.gz |
Add test to ensure docs examples are valid cloud-init configs (#355)
Also update all examples to include the cloud-config header if they don't have it
LP: #1876414
Diffstat (limited to 'doc/examples/cloud-config-landscape.txt')
-rw-r--r-- | doc/examples/cloud-config-landscape.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-landscape.txt b/doc/examples/cloud-config-landscape.txt index d7ff8ef8..88be57ce 100644 --- a/doc/examples/cloud-config-landscape.txt +++ b/doc/examples/cloud-config-landscape.txt @@ -1,3 +1,4 @@ +#cloud-config # Landscape-client configuration # # Anything under the top 'landscape: client' entry |