Chef Generate ignores config.rb options placed in credentials file #190
Labels
Triage: Confirmed
Indicates and issue has been confirmed as described.
Type: Bug
Does not work as expected.
Version:
Environment:
Confirmed on Ubuntu and Fedora
Scenario:
The docs seem to imply the credentials file is the new way of doing things: https://docs.chef.io/workstation/knife_setup
The docs also seem to suggest that any
config.rb
values are valid in the credentials file (emphasis mine):However, this does not seem to work...
Steps to Reproduce:
Create ~/.chef/credentials file
Generate cookbook
chef generate cookbook foo
Find default info in metadata:
Expected Result:
license, maintainer, and maintainer_email should be replaced.
Actual Result:
Default information still in place.
The text was updated successfully, but these errors were encountered: