make create directory recursive
ramonskie opened this issue · 1 comments
ramonskie commented
when you can provide the path
for example
default[:stash][:backup_client][:backup_path] = '/tmp/backups/stash-backup/'
then you should be able to do this this is now not possible
because the recursive options is not set
https://github.com/bflad/chef-stash/blob/master/recipes/backup_client.rb#L31
linc01n commented