voxpupuli / puppet-wildfly

Puppet module to install, configure and manage Wildfly (8/9/10+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.
Apache License 2.0
29 stars 78 forks source link

add custom_config parameter to manage systemd EnvironmentFile #253

Closed bc-bjoern closed 5 years ago

bc-bjoern commented 6 years ago

To inject some variables to the Systemd EnvironmentFile.

For example:

# Custom Config
JBOSS_MODULEPATH="$JBOSS_HOME/modules:/opt/wildfly_modules"
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sap/jco/sap_jco_3.0.16_64:/opt/oracle/instantclient_11_2/lib
NLS_LANG=GERMAN_GERMANY.WE8ISO8859P15
LANG=de_DE@euro
LC_ALL=de_DE.iso885915@euro
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 74.385% when pulling 47871ac33e0436c62b8d561f3ec8fec5dae9d63b on bc-bjoern:systemd into d9433d4db166c3fe336e0c3481d04f259b030f29 on biemond:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 74.385% when pulling d5bfb005a67c2092e8beb17dd90702b93b31ed8c on bc-bjoern:systemd into acba51c2c707141874fcde7c0a6954bc65a76861 on biemond:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 74.385% when pulling d5bfb005a67c2092e8beb17dd90702b93b31ed8c on bc-bjoern:systemd into acba51c2c707141874fcde7c0a6954bc65a76861 on biemond:master.

bc-bjoern commented 5 years ago

Hello, i do not understand what happened here. I do not understand why it was closed, reopend and why master was merged into systemd. What can I do to accomplish the merge? Thanks!