JJ
JJ
Change wildfly from a class to a define and allow: ``` puppet wildfly::install { 'wildfly-1': } wildfly::instance { 'wildfly-1': } ```
Wildfly has a detyped management API to manipulate Management Model that wildscribe.github.io uses to generate a documentation, but we could use to generate defined types for specific versions, for example:...
Some default values should vary based on **distribution:version**: `user`, `group`, `dirname` and `console_log` not only config and service related data. Examples for EAP 6/7 in the README express this scenario.
Example: ` /subsystem=ee:write-attribute(name=global-modules, value=[{ name=>'org.postgresql', slot=>'main'}])`
`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.
## Proxy through Google Cloud Load Balancing "FusionAuth should work with any proxy that supports HTTP. If you find a proxy that isn’t supported, please [open a GitHub issue with...
If I have an XML element with a dash (-) within its name (e.g. buffer-cache), `schema.to :ruby_classes` fails with the following error: `ruby-1.9.3-p551/gems/rxsd-0.5.2/lib/rxsd/builders/ruby_class.rb:39:in`const_set': wrong constant name **Buffer-cache** (NameError)` Does anyone...