hubspotdevops / puppet-nexus

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

Configuration file "nexus.properties" not created during deployment #100

Open SchlegelS0208 opened 6 years ago

SchlegelS0208 commented 6 years ago

Nexus won't start in case of a missing nexus configuration, because there is no default configuration in place after deployment: /srv/sonatype-work/nexus3/etc/nexus.properties

We should provide a default configuration with (at least) the following definitions:

## DO NOT EDIT - PUPPET MAINTAINS THIS FILE
##
# Jetty section
application-port=8081
application-host=0.0.0.0
nexus-args=${jetty.etc}/jetty.xml,${jetty.etc}/jetty-http.xml,${jetty.etc}/jetty-requestlog.xml

# Nexus section
nexus-edition=nexus-pro-edition
nexus-features=\
 nexus-pro-feature
ggermis commented 6 years ago

+1