Resource Type: netapp_user

Defined in:
lib/puppet/type/netapp_user.rb
Providers:
cmode
sevenmode

Overview

Manage Netapp User creation, modification and deletion.

Properties

  • comment

    User comment

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • fullname

    The user full name.

  • groups

    List of groups for this user account. Comma separate multiple values.

  • passmaxage (defaults to: 4294967295)

    Number of days that this user’s password can be active before the user must change it. Default value is 2^31-1 days.

  • passminage (defaults to: 0)

    Number of days that this user’s password must be active before the user can change it. Default value is 0.

Parameters

  • password

    The user password. Minimum length is 8 characters, must contain at-least one number.

  • provider

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

  • status (defaults to: enabled)

    Status of user account. Valid values are: enabled, disabled and expired. Cannot be modified via API.

    Supported values:
    • enabled
    • disabled
    • expired
  • username (namevar)

    The user username.