Resource Type: elasticsearch_role

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

Overview

Type to model Elasticsearch roles.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • privileges

    Security privileges of the given role.

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` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.