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

Instead of using `cli.update_deploy`, when setting this parameter to `true`, the deployment is undeployed, before being redeployed.

Hello how to install und run multiple standalone instances in the same machine? /etc/init.d/jboss-eap1 start oder systemctl jboss-eap1 /etc/init.d/jboss-eap2 start oder systemctl jboss-eap2 I m trying with ``` class {...

Currently, using the `wildfly_restart` resource in version 2.3.2 results in: > Error: Could not evaluate: end of file reached Also, the [documentation](https://github.com/biemond/biemond-wildfly/blob/master/README.md#server-reload) claims that the resource wrapped inside its associated...

I am working with SUSE Linux. I am running this Module on my Puppet Master and on my agent i am running JBOSS-EAP. /var/log/jboss-eap/console.log Loaded: loaded (/etc/systemd/system/jboss-eap.service; enabled; vendor preset:...

It'd be useful to be able to specify the working directory for when the service is executed.

I am a security researcher, who is looking for security smells in Puppet scripts. I noticed two instances of hard-coded passwords, which are against the best practices recommended by Common...

If you try to specify: `wildfly::dirname` = /some/path AND `wildfly::conf_file` = /some/path/jboss.conf You get: ``` Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation...

Using the code as described in the readme documentation: ` wildfly::deployment { 'db2jcc4.jar':` ` source => 'http://artifacts/support/db2jcc4.jar',` ` }` ` wildfly::datasources::datasource { 'DB2T':` ` config => {` ` 'driver-name' =>...

Hey, I'm setting up a JBOSS EAP 7 server for a customer. I do the initial configuration, adding a jdbc driver and a data source and of course a mangement...

I'm trying to create a TCPPING stack with PDC. The following resource works to create the stack ```puppet wildfly::resource { '/subsystem=jgroups/stack=tcpping': recursive => true, content => { 'protocols' => [...