virtualenv provider should create resource directory recursively
jwmarshall opened this issue · comments
Jonathon W. Marshall commented
The virtualenv provider should recursively create the directory for the resource path. Otherwise Chef::Exceptions::EnclosingDirectoryDoesNotExist is thrown.
Noah Kantrowitz commented
This was already submitted at #71 and I'll close it for the same reason. Using the recursive option is not idempotent due to not specifying permissions and owners for the magically created directories. Your recipe code should create needed directories.
Jonathon W. Marshall commented
Sorry I didn't see the previous issue. Thank you.