Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If users home directory does not exist, fails to create necessary directory structure and errors out. #6

Closed
zarry opened this issue Apr 23, 2014 · 3 comments

Comments

@zarry
Copy link
Contributor

zarry commented Apr 23, 2014

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.

@logankoester
Copy link

👍

@nickola
Copy link
Owner

nickola commented Feb 20, 2015

Thank you!
Merged as option, see: attributes/default.rb

@nickola nickola closed this as completed Feb 20, 2015
@logankoester
Copy link

Thanks for getting around to this @nickola, much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants