Closed rylectro closed 7 years ago
Hi @rylectro,
According to these recommendations, there are only 3 sub-dirs in the install_path
, which should be writable for confluence
user:
Perfect thanks! In case anyone wants this
%w[ /logs /temp /work ].each do |path| directory File.join(node['confluence']['install_path'],"#{path}") do owner node['confluence']['user'] mode '0755' end
++
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Is ownership not important on the install_path directories and files?
I see they are mostly root:root except a select few modified in the configuration.rb.