Resource Type: profitbricks_group

Defined in:
lib/puppet/type/profitbricks_group.rb
Providers:
v1

Overview

Type representing a ProfitBricks group.

Properties

  • access_activity_log (defaults to: false)

    Indicates if the group is allowed to access the activity log.

    Supported values:
    • true
    • false
  • create_datacenter (defaults to: false)

    Indicates if the group is allowed to create virtual data centers.

    Supported values:
    • true
    • false
  • create_snapshot (defaults to: false)

    Indicates if the group is allowed to create snapshots.

    Supported values:
    • true
    • false
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The group ID.

  • members

    The profitbricks users associated with the group.

  • reserve_ip (defaults to: false)

    Indicates if the group is allowed to reserve IP addresses.

    Supported values:
    • true
    • false

Parameters

  • name (namevar)

    The group name.

  • provider

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