Resource Type: elasticsearch_user

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

Overview

Type to model Elasticsearch users.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • configdir

    Path to the elasticsearch configuration directory (ES_PATH_CONF).

  • name (namevar)

    User name.

  • password

    Plaintext password for user.

  • provider

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

Features

  • manages_plaintext_passwords

    The provider can control the password in plaintext form.