Resource Type: aem_group

Defined in:
lib/puppet/type/aem_group.rb
Providers:
aem

Overview

Group name

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • aem_id (namevar)

    AEM instance ID

  • aem_password

    AEM password

  • aem_username

    AEM username

  • force

    Set to true to force group creation, if the group already exists then it will be deleted before recreated, default to false

  • member_group_name

    Member group name

  • member_group_path

    Member group path

  • name (namevar)

    Group name

  • parent_group_name

    Parent group name

  • parent_group_path

    Parent group path

  • path

    Group path

  • provider

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