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
If users home directory does not exist, recipe fails to create necessary directory structure and errors out.
I ran into an issue where a users home directory was manually removed. This failed the chef run as the needed directory structure was not present. This presented itself as an issue because of this currently open chef bug. CHEF-2409
Adding recursive true to the directory call will solve this issue and prevent a chef run from failing.
The text was updated successfully, but these errors were encountered:
If users home directory does not exist, recipe fails to create necessary directory structure and errors out.
I ran into an issue where a users home directory was manually removed. This failed the chef run as the needed directory structure was not present. This presented itself as an issue because of this currently open chef bug. CHEF-2409
Adding recursive true to the directory call will solve this issue and prevent a chef run from failing.
The text was updated successfully, but these errors were encountered: