diff options
author | Chad Smith <chad.smith@canonical.com> | 2018-02-26 15:17:46 -0700 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-02-26 15:17:46 -0700 |
commit | 417a5c03523ac477983dd830957190858b045d62 (patch) | |
tree | d61abe4887599fdf766ea585287b2c5e385141d3 /doc/examples/cloud-config-chef.txt | |
parent | d67636f7cc3df3df69b438c27ae0cd8a4416048d (diff) | |
download | vyos-cloud-init-417a5c03523ac477983dd830957190858b045d62.tar.gz vyos-cloud-init-417a5c03523ac477983dd830957190858b045d62.zip |
doc: fix chef install from apt packages example in RTD.
Apt key was mistyped in the example.
Should be
apt:
sources:
source1:
instead of
apt:
source1:
source:
Diffstat (limited to 'doc/examples/cloud-config-chef.txt')
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt index 58d5fdc7..defc5a54 100644 --- a/doc/examples/cloud-config-chef.txt +++ b/doc/examples/cloud-config-chef.txt @@ -12,8 +12,8 @@ # Key from https://packages.chef.io/chef.asc apt: - source1: - source: "deb http://packages.chef.io/repos/apt/stable $RELEASE main" + sources: + source1: "deb http://packages.chef.io/repos/apt/stable $RELEASE main" key: | -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.12 (Darwin) |