Resource Type: bamboo_agent

Defined in:
lib/puppet/type/bamboo_agent.rb
Providers:
ruby

Overview

This type provides ability to enable/disable bamboo agents by types. E.g. you can enable/disable all remote/elastic/local agents.

Properties

  • enabled

    Specify whether the type of agents should be enabled or not

    Supported values:
    • true
    • false

Parameters

  • name (namevar)

    Specify the type of bamboo agents. Support 3 types of agents: remote, local and elastic.

    Supported values:
    • remote
    • local
    • elastic
  • provider

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