Resource Type: etcd_user
- Defined in:
- modules/etcd/lib/puppet/type/etcd_user.rb
Overview
Puppet type to manage etcd users.
Properties
-
ensure
What state the user should be in. If `present`, the user is created only if not present (password won't be changed), `absent` will remove it; if `force` is used, a password change will be enforced.
Supported values:- present
- absent
- force
-
roles
List of roles the user is member of
Parameters
-
name (namevar)
Name of the user on etcd
-
password
The password for the etcd user. Will NOT be updated once the user exists, unless forcerefresh is set to true