Resource Type: etcd_user

Defined in:
lib/puppet/type/etcd_user.rb
Providers:
etcdctl

Overview

@summary Manage etcd users. This resource does not manage user passwords, since etcd doesn’t provide the necessary endpoints to do this cleanly. Users will be created without password (aka: only cert auth allowed), and manually configured passwords will be ignored.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • roles

    The list of roles to grant to the users.

Parameters

  • name (namevar)

    The name of the user.

  • provider

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