diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-12-12 10:42:58 -0800 |
---|---|---|
committer | Daniel Watkins <daniel@daniel-watkins.co.uk> | 2019-12-13 10:06:19 -0500 |
commit | 7765aac637a757c736674b0eb2e2993c01442dbc (patch) | |
tree | ddc24f88a5ea584039e55d1215c6072919016be8 /config | |
parent | 129b1c4ea250619bd7caed7aaffacc796b0139f2 (diff) | |
download | vyos-cloud-init-7765aac637a757c736674b0eb2e2993c01442dbc.tar.gz vyos-cloud-init-7765aac637a757c736674b0eb2e2993c01442dbc.zip |
config/cloud.cfg.d: update README
Update README to specify that only files with the '.cfg' extension are
read in this folder.
LP: #1855006
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg.d/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cloud.cfg.d/README b/config/cloud.cfg.d/README index 60702e9d..036b80bf 100644 --- a/config/cloud.cfg.d/README +++ b/config/cloud.cfg.d/README @@ -1,3 +1,3 @@ -# All files in this directory will be read by cloud-init -# They are read in lexical order. Later files overwrite values in +# All files with the '.cfg' extension in this directory will be read by +# cloud-init. They are read in lexical order. Later files overwrite values in # earlier files. |