-
Similar to #397 I ran into an issue where an older version of 'chef-solo-search' was installed to `cookbooks-1` but a newer version was installed to `cookbooks-2`. The newer version was a dependency o…
-
Use `sudo chef-client --local-mode -r "recipe[workstation::setup],recipe[apache::server]"`
Note
1. `workstation` and `apache` are cookbook name
2. `setup` and `server` are recipe name
Chef ru…
-
When testing any recipes/cookbook with ChefSpec that uses artifacts there are a lot of warnings about "previous definition of ... was here":
```
./tmp/chef/cache/cookbooks/artifact/libraries/chef_art…
joerg updated
9 years ago
-
We have a large number of orgs at Chef. Do we want to consider consolidation of some of our orgs? It's hard to find projects sometimes since they're spread all over based on the teams that created the…
tas50 updated
6 months ago
-
Hi,
I have faced some issues during patching my cookbook-set by knife-solo. It prevents to very strange errors with community cookbooks. But the same set of cookbooks is working if we will use it sep…
-
Environment:
```
Chef: 14.13.11
knife-cookbook-doc: 0.27.0
```
Relevant code or config:
cookbooks/mycookbook/resources/my_resource.rb
```
action_class do
include MyLibrary
end
```…
-
### Vagrant version
Vagrant 2.2.19
### Host operating system
MacOS 12.01
### Guest operating system
Ubuntu Linux
CentOS Linux
### Vagrantfile
```ruby
php.vm.provision "che…
-
Hi guys, I have a problem trying to use the recipe.
My chef version is: 12.11.18
From what I read in the issues closed, they speak of problems in the version of chef 11, but in version 12? or why do…
-
## :ghost: Brief Description
Chef run fails after an upgrade to `1.2.1` version of this cookbook.
## :pancakes: Cookbook version
`1.2.1`
## :woman_cook: Chef-Infra Version
`15.6.10`
## :top…
okdas updated
4 years ago
-
## Description
Asked about this issue initially on Chef Slack and was asked to raise an issue here.
I'm trying to run local cookbooks on a remote server with chef-run but it's failing. The issu…