Resource Type: bmc_user

Defined in:
lib/puppet/type/bmc_user.rb
Providers:
racadm7
ipmitool

Overview

BMC local user administration.

Properties

  • callin (defaults to: true)

    Configure user access information on the callin channels. Default to true for all channels

  • enable (defaults to: true)

    Indicates whether the user login state is enabled or disabled

    Supported values:
    • true
    • false
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • idrac (defaults to: 0x0)

    iDRAC User Privileges

  • ipmi (defaults to: true)

    Configure user access information on the ipmi channels. Default to true for all channels

  • link (defaults to: true)

    Configure user access information on the link channels. Default to true for all channels

  • password

    Password used to login

  • privilege (defaults to: administrator)

    Maximum privilege granted. Defaults to administrator for all

Parameters

  • bmc_password

    Password used to connect with bmc service.

  • bmc_server_host

    RAC host address. Defaults to ipmitool lan print > IP Address

  • bmc_username

    Username used to connect with bmc service.

  • name (namevar)

    Username of the user

  • provider

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

Features

  • racadm

    Dell racadmin specific.

  • ipmi

    IPMI specific.