Resource Type: jboss_deploy

Defined in:
lib/puppet/type/jboss_deploy.rb
Providers:
jbosscli

Overview

Deploys and undeploys EAR/WAR artifacts on JBoss Application Server

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • servergroups

    Array of server groups on which deployment should be done

Parameters

  • controller

    Domain controller host:port address

  • ctrlpasswd

    A password to be used to connect to controller

  • ctrluser

    A user name to connect to controller

  • name (namevar)

    The JNDI resource name.

  • provider

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

  • redeploy_on_refresh (defaults to: true)

    Force redeployment

  • retry (defaults to: 3)

    Number of retries.

  • retry_timeout (defaults to: 1)

    Retry timeout in seconds

  • runasdomain (defaults to: true)

    Indicate that server is in domain mode

  • runtime_name

    Set the runtime-name

  • source

    Path to the EAR/WAR file.