You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
When chef generate app is run, a collection of files and folders is generated, including a default cookbook and a default kitchen.yml file. Currently, the kitchen.yml file is generated with a default recipe of recipe[bar::default]. The name of the cookbook in this setting should match the name of the generated cookbook. For example, run cookbook generate app foo should generate a kitchen.yml file with recipe[foo::default].
The text was updated successfully, but these errors were encountered:
When
chef generate app
is run, a collection of files and folders is generated, including a default cookbook and a default kitchen.yml file. Currently, the kitchen.yml file is generated with a default recipe ofrecipe[bar::default]
. The name of the cookbook in this setting should match the name of the generated cookbook. For example, runcookbook generate app foo
should generate a kitchen.yml file withrecipe[foo::default]
.The text was updated successfully, but these errors were encountered: