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
The Chef::Config[:file_cache_path] in this case returned /tmp/kitchen/cache directory which does not exist in my machine. In my machine, the local Chef cache path is in another location.
How do I work around this?
The text was updated successfully, but these errors were encountered:
Error when converge:
The cause is probably from line
providers/user.rb:68
scponly/providers/user.rb
Line 68 in 9c44892
The
Chef::Config[:file_cache_path]
in this case returned/tmp/kitchen/cache
directory which does not exist in my machine. In my machine, the local Chef cache path is in another location.How do I work around this?
The text was updated successfully, but these errors were encountered: