Resource Type: share

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

Overview

Type representing a ProfitBricks shared resource.

Properties

  • edit_privilege (defaults to: false)

    Indicates if the group has permission to edit privileges on the resource.

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

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group_id

    The ID of the group where the share will be available.

  • group_name

    The name of the group where the share will be available.

  • share_privilege (defaults to: false)

    Indicates if the group has permission to share the resource.

    Supported values:
    • true
    • false
  • type

    The type of the shared resource.

Parameters

  • name (namevar)

    The ID of the resource to share.

  • provider

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