diff options
author | lucasmoura <lucas.moura@canonical.com> | 2020-08-26 12:22:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 11:22:46 -0400 |
commit | 947a316a784580da0e91685b44635067e82e0038 (patch) | |
tree | da8c74e60c234397833aa7e67bdc89cffd012405 /doc/examples | |
parent | 948bd9c1fcd08346cf8ec0551d7f6c2b234e896b (diff) | |
download | vyos-cloud-init-947a316a784580da0e91685b44635067e82e0038.tar.gz vyos-cloud-init-947a316a784580da0e91685b44635067e82e0038.zip |
Fix cloud config on chef example (#551)
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt index bb4b058c..8cebfd80 100644 --- a/doc/examples/cloud-config-chef.txt +++ b/doc/examples/cloud-config-chef.txt @@ -13,7 +13,8 @@ # Key from https://packages.chef.io/chef.asc apt: sources: - source1: "deb http://packages.chef.io/repos/apt/stable $RELEASE main" + source1: + source: "deb http://packages.chef.io/repos/apt/stable $RELEASE main" key: | -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.12 (Darwin) |