I think I found a little bug. zk_installed always returns false because the tarball is not in install_dir, it's in the file cache. This makes the cookbook always want to extract and chown on every Chef run. I changed the check so it looks for the jar file instead.
I think I found a little bug.
zk_installed
always returns false because the tarball is not ininstall_dir
, it's in the file cache. This makes the cookbook always want to extract and chown on every Chef run. I changed the check so it looks for the jar file instead.