From 417a5c03523ac477983dd830957190858b045d62 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Mon, 26 Feb 2018 15:17:46 -0700 Subject: doc: fix chef install from apt packages example in RTD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apt key was mistyped in the example. Should be apt:   sources:       source1: instead of apt:   source1:     source: --- doc/examples/cloud-config-chef.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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) -- cgit v1.2.3