Skip to content

Class jboss::domain::controller

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 class
include jboss::domain::controller

class { 'jboss':
  enableconsole => true,
}