Resource Type: profitbricks_user
- Defined in:
- lib/puppet/type/profitbricks_user.rb
- Providers:
-
v1
Overview
Type representing a ProfitBricks user.
Properties
-
administrator
(defaults to: false)
Indicates whether or not the user have administrative rights.
Supported values:- true
- false
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
firstname
The user’s first name.
-
force_sec_auth
(defaults to: false)
Indicates if secure (two-factor) authentication should be forced for the user.
Supported values:- true
- false
-
groups
The profitbricks groups the user is assigned to.
-
id
The user ID.
-
lastname
The user’s last name.
-
sec_auth_active
(defaults to: false)
Indicates if secure (two-factor) authentication is active for the user.
Supported values:- true
- false
Parameters
-
email
The user’s e-mail address.
-
password
A password for the user.
-
provider
The specific backend to use for this ‘profitbricks_user` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.