Resource Type: elasticsearch_user_roles

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

Overview

Type to model Elasticsearch user roles.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • roles

    Array of roles that the user should belong to.

Parameters

  • name (namevar)

    User name.

  • provider

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