Results 26 comments of JJ

Not sure whether it's the best approach, but a cache might also come handy during a execution of beaker acceptance tests. This feature could open a door to introduce a...

It's normal. JBoss Management Model is constantly evolving and this is documented in this module limitations. It would be nice if you could provided a PR for a defined type...

One last thing that I forgot to mention: full-ha profiles already come with AJP configured/enabled - and a lot of other things.

Preserve original mode for domain mode users.

One way to achieve this is using domain mode.

1) It kinds of conflict with the idea of multiple instance, right? I was to planning to have all instances using the same OS user. 2) There is already a...

1. Any specific reason for this? Set limits per user? 2. Wildfly 10 bundled systemd script has this behavior, but for prior versions we use a wrapper for sysvinit: https://github.com/biemond/biemond-wildfly/blob/master/templates/wildfly.sysvinit.service.erb....

Thank you, but calling hiera functions is a Puppet bad practice: "https://puppet.com/docs/puppet/5.5/style_guide.html "You should avoid using calls to Hiera functions in modules meant for public consumption, because not all users...

Just confirmed this. Don't even need `wildfly::reload` to reproduce it. It's not happening during retry - and the retried request needs to return 401 (`Net::HTTPUnauthorized`) with data to perform digest...

This is meant to be somewhere. It's just a dir for downloads. This module do not use deployment-scanner for deployments (`$WILDFLY_HOME/standalone/deployments`), it uses Management API instead, for two reasons: -...