Resource Type: elasticsearch_user_file

Defined in:
lib/puppet/type/elasticsearch_user_file.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
  • hashed_password

    Hashed password for user.

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

Parameters

  • configdir

    Path to the elasticsearch configuration directory (ES_PATH_CONF).

  • name (namevar)

    User name.

  • provider

    The specific backend to use for this ‘elasticsearch_user_file` 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.