hubspotdevops / puppet-nexus

Puppet module for Sonatype Nexus
MIT License
24 stars 93 forks source link

README is misleading? #89

Open kristofvb opened 7 years ago

kristofvb commented 7 years ago

The README states

NOTE: If you wish to use Nexus 3, nexus_work_dir_manage need to be set to false because this module support only Nexus 3 installation

I think this no longer applies. nexus_work_dir_manage must be set to true otherwise the etc directory does not get created and the work dir uid/gid is not set correctly. Or am I missing something?

rvdh commented 7 years ago

Thanks for this, I was wondering why the ownership of the work directory wasn't set properly. It does indeed seem that for 3.1+ nexus_work_dir_manage must be set to true.