← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1892947] Re: example config for chef uses wrong syntax

 

We have landed a commit that fix this issue:
https://github.com/canonical/cloud-init/commit/947a316a784580da0e91685b44635067e82e0038

If this is still a problem for you, please make a comment and set the state back
to New.

Thanks again for reporting this issue

** Changed in: cloud-init
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1892947

Title:
  example config for chef uses wrong syntax

Status in cloud-init:
  Fix Released

Bug description:
  The example configuration
  https://cloudinit.readthedocs.io/en/latest/topics/examples.html
  #install-and-run-chef-recipes has a missing YAML key:

  
  ```
  # Key from https://packages.chef.io/chef.asc
  apt:
    sources:
      source1: "deb http://packages.chef.io/repos/apt/stable $RELEASE main"
      key: |
  ```

  Should be instead:

  ```
  # Key from https://packages.chef.io/chef.asc
  apt:
    sources:
      source1: 
        source: "deb http://packages.chef.io/repos/apt/stable $RELEASE main"
        key: |
  ``

  Cheers!

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1892947/+subscriptions


References