puppet-wildfly icon indicating copy to clipboard operation
puppet-wildfly copied to clipboard

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.

Results 49 puppet-wildfly issues
Sort by recently updated
recently updated
newest added

The wildfly user doesn't need to have a usable login shell. Administrators might want to set it to /usr/sbin/nologin or similar. Let's make it configurable, but keep the default value...

http://central.maven.org is not working anymore; replacing with https://repo1.maven.org

All your examples look like this ``` wildfly::config::module {​ 'org.apache.ignite':   source       => 'http://my.source.com/source-file.jar',   dependencies => ['javax.api', 'javax.transaction.api'] }​ ``` what about when there are multiple jar files as part of...

Due to CIS 6.2.8 JBOSS_HOME should not be readable by other, thus make it configurable with a default of 0775 as it's currently set to.

Currently, it is not possible to use both the undertow::https type and configure the https-listener because this type already uses this resource. With this merge, the parameter https_listener_content is added...

Motivation: for security reasons they shouldn't belong to the Wildfly user. Also, when installing Wildfly via RPM the current implementation fails on `mkdir -p`, as the `modules` directory belongs to...

Without this patch, it would use `modules//myns/main` instead of `modules/myns/main`. This is just a cosmetic fix.

To inject multiple variables to the Environmentfile.

Restore the definition of a blank module_dir that was removed in 33a83514 in order to prevent Puppet warnings about undeclared variables. After attempting to use this module in a Puppet...

wildfly::datasources::datasource doesn't pass on an ensure attribute to wildfly::resource support ensure => absent for datasource * don't enable for absent configuration A future enhancement could add ensure -> disabled to...