evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 119 forks source link

Changing config_dir causes Chef::Exceptions::EnclosingDirectoryDoesNotExist #157

Closed neil-greenwood closed 8 years ago

neil-greenwood commented 8 years ago

I changed the value of default[:zookeeper][:config_dir] to /etc/zookeeper in an attributes override file.

This caused a Chef::Exceptions::EnclosingDirectoryDoesNotExist error and the cookbook stops.

I have a PR nearly ready to fix it.