Resource Type: wildfly_deployment

Defined in:
lib/puppet/type/wildfly_deployment.rb
Providers:
http_api

Overview

Manages JBoss deployment

Properties

  • content (defaults to: '')

    SHA1 of deployed content

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • host (defaults to: 127.0.0.1)

    Host of Management API. Defaults to 127.0.0.1

  • name (namevar)

    Deployable name

  • operation_headers

    Operation headers.

  • password

    JBoss Management User Password

  • port (defaults to: 9990)

    Management port. Defaults to 9990

  • provider

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

  • secure (defaults to: false)

    Use TLS to connect with the management API

  • server_group

    Deployment target server-group. Domain mode only.

  • source

    Deployment source file. (e.g. /tmp/file.war)

  • timeout (defaults to: 300)

    Operation timeout. Defaults to 120

  • username

    JBoss Management User