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

deploy_cache_dir defaults /opt, which does not seem like a good place for your jar files to land. Should this point to somewhere within the WildFly install home (/opt/wildfly/standalone/deployments?) or is...

enhancement
help wanted

`Keycloak` and `apiman` provide an overlay package to be installed on top of Wildfly. Introduce a new parameter `overlay_source` that optionally receives an URL for an overlay package.

enhancement

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.28.0-1jammy - Ruby: - Distribution: Ubuntu 22.04 - Module version: 'puppet-wildfly', '3.1.0', 'jethrocarr-initfact', '1.0.1 ## How to reproduce (e.g Puppet...

#### Pull Request (PR) description The default behaviour on most JVM versions is to have no limit for the Max Meta Space. While I understand wanting to set and limit...

As per Red Hat's documentation on JBoss EAP 7.4 the 'MODULE_OPTS' option should be used for third party java agents. This PR adds that option.

Custom resource [wildfly_cli](https://github.com/voxpupuli/puppet-wildfly/blob/master/lib/puppet/type/wildfly_cli.rb) nicely executes JBossCLI/WildFly commands thru an HTTP connection to JBoss/WildFly server. But, in case we need to change any configuration before starting the server, we need to...

## Affected Puppet, Ruby, OS and module versions/distributions All ## How to reproduce (e.g Puppet code you use) > In any OS with an init system other than sysvinit ```Puppet...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet/Ruby/Distribution: any - Module version: current ## How to reproduce (e.g Puppet code you use) Set wildfly::secret_value and/or wildfly::remote_username parameter ##...

## Description I'm struggling to get a TCPPing-enabled JGroup with type `wildfly::jgroups::stack::tcpping`. Every Puppet run fails with: ```Shell # Code is WFLYCTL0030 for Wildfly 10.1.0 and 9.0.2, and JBAS014883 for...