Resource Type: elasticsearch_role_mapping

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

Overview

Type to model Elasticsearch role mappings.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • mappings

    List of role mappings.

Parameters

  • name (namevar)

    Role name.

    Supported values:
    • %r{^[a-zA-Z_]{1}[-\w@.$]{0,39}$}
  • provider

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