Resource Type: jvmoption

Defined in:
lib/puppet/type/jvmoption.rb
Providers:
asadmin

Overview

Manage jvm-options of Glassfish domains

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • asadminuser (defaults to: admin)

    The internal Glassfish user asadmin uses. Default: admin

  • option (namevar)

    The jvm-option.

  • passwordfile

    The file containing the password for the user.

  • portbase (defaults to: 4800)

    The Glassfish domain port base. Default: 4800

  • provider

    The specific backend to use for this ‘jvmoption` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • target (defaults to: server)

    This option helps specify the target to which you are deploying. Valid options are: server, domain, [cluster name], [instance name]. Defaults to: server

  • user

    The user to run the command as.