You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Krzysztof Suszyński edited this page Oct 21, 2015
·
3 revisions
The jboss::domain::controller configure class
This class will setup parameters for JBoss server to run as controller of the domain. It has no parameters. This class must be used before main JBoss class for ex.:
# This include must be defined before JBoss main classinclude jboss::domain::controller
class { 'jboss':
enableconsole => true,
}