Resource Type: bamboo_group

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

Overview

Puppet type to manage groups in bamboo. Only supported property is group permissions atm.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • permissions

    Permissions of a bamboo group. Should be an array of permissions, valid permissions include ACCESS, SOX_COMPLIANCE, CREATE_PLAN, CREATE_REPOSITORY, RESTRICTED_ADMIN and ADMIN

Parameters

  • name (namevar)

    Name fo the group, can only include letters in lower case, digits, -, _, . and @

  • provider

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