-
# Description
If you have this `Policyfile.rb` in a cookbook:
```ruby
name 'kitchen-cloudpassage'
default_source :supermarket, 'https://supermarket.chef.io'
run_list 'recipe[chef-vault::d…
-
I see templates are used for metadata.rb, README, etc. for the cookbook generator, however, I'm not sure how to specify author_name, *email, licence, etc. Is there any way to read those from knife.rb…
-
### Describe the Enhancement:
The Chef Workstation install should clean up the existing ChefDK files, because DK is EOL.
It could also clean up the other products that it installs, particularly InSp…
-
Running the following command with ChefDK 0.14.25 on Win10 with PowerShell v5:
``` powershell```
S:\> "chef shell-init powershell | Invoke-Expression" >> $PROFILE
```
The shell-init command is added…
-
# Describe the problem
When run kitchen verify it reports that content of the file is not matching. However when I check file content manually - the content is right. Seems when kitchen verify is fet…
-
If the current repo does not have a `Policyfile.lock.json file`, `chef exec umami` will fail with the following message:
```
mcleod8@ip-1-70-103-68:~/chef-cookbooks/orion$ chef exec umami
/home/r…
-
```
W, [2017-03-15T17:20:54.521047 #1168] WARN -- : You are setting a key that conflicts with a built-in method Hashie::Mash#frozen? defined in Kernel. This can cause unexpected behavior when access…
-
# Description
When creating (at least) two policy files that include a common policy file, the push to the chef server fails with:
```
Uploading policy policy1-v1-2019-03-18-controller (1b1bb7c…
-
### Environment
* Windows 10, Docker for Windows
* Chef DK 2.4.17
* kitchen-dokken 2.6.5
* Docker version 17.09.1-ce, build 19e2cf6
### Repro steps
1. Enable "Expose daemon on tcp://local…
-
The cookbook currently installs ChefDK on every Chef run. In our env where chef runs as a daemon, this means a `dpkg -i /var/chef/cache/chefdk_0.10.0-1_amd64.deb` every half hour. The cookbook needs a…