Resource Type: elasticsearch_user

Defined in:
lib/puppet/type/elasticsearch_user.rb
Providers:
users
xpack
shield
esusers

Overview

Type to model Elasticsearch users.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hashed_password

    Hashed password for user.

    Supported values:
    • /^[$]2a[$].{56}$/

Parameters

  • 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_encrypted_passwords

    The provider can control the password hash without a need to explicitly refresh.

  • manages_plaintext_passwords

    The provider can control the password in plaintext form.