Closed zuazo closed 11 years ago
weird, it seems like this shouldn't happen. I want to see why it was failing and then I'll merge this in.
Thanks!
This is due to a restricted permissions in Chef cache directory:
root@default-ubuntu-1204:~# chef-solo --version
Chef: 11.4.4
root@default-ubuntu-1204:~# ls -lad /tmp/kitchen-chef-solo/cache/
drwx------ 2 vagrant vagrant 4096 Oct 14 01:39 /tmp/kitchen-chef-solo/cache/
root@server001:~# chef-client --version
Chef: 11.4.4
root@server001:~# ls -lad /var/chef/cache
drwx------ 3 root root 4096 May 28 17:31 /var/chef/cache
thanks!
This cookbook gives me some access permission errors when testing it with kitchen:
The complete output:
This two commits fix both errors.