hubspotdevops / puppet-nexus

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

fix nexus config file path & name for all versions up to 3.1.0 (current) #85

Closed jbarrajon closed 7 years ago

jbarrajon commented 7 years ago

The nexus configuration file path is different between versions 2 and 3. Also, in versions 3.0.x the configuration file name is different than other versions. With some luck, the nexus devs will not change the path/name in future versions.

NOTE: nexus v3.1.0 includes the file 'etc/nexus-default.properties', not the 'etc/nexus.properties' file, so we have to create it ourselves. This PR doesn't fix that.

dejo1307 commented 7 years ago

Hi,

Is there a plan to merge this one?

PaulFurtado commented 7 years ago

@dejo1307 We're definitely planning to merge this

PaulFurtado commented 7 years ago

Closing as this was taken care of in: https://github.com/hubspotdevops/puppet-nexus/pull/86 Let us know if you think the new PR misses anything.