Resource Type: elasticsearch_keystore

Defined in:
lib/puppet/type/elasticsearch_keystore.rb
Providers:
elasticsearch_keystore

Overview

Manages an Elasticsearch keystore settings file.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • settings

    A key/value hash of settings names and values.

Parameters

  • configdir (defaults to: /etc/elasticsearch)

    Path to the elasticsearch configuration directory (ES_PATH_CONF).

  • instance

    Elasticsearch instance this keystore belongs to.

  • provider

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

  • purge (defaults to: false)

    Whether to proactively remove settings that exist in the keystore but are not present in this resource’s settings.

    Supported values:
    • true
    • false
    • yes
    • no