Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanlcarlson committed Sep 10, 2024
1 parent ea04602 commit aa40f65
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ Default value: `'dhcp'`
Data type: `Integer`

Controls the lan channel of the IPMI network to be configured.
Defaults to the first detected lan channel, starting at 1 ending at 11

Default value: `1`
Default value: `$facts['ipmi']['default']['channel']`

### <a name="ipmi--snmp"></a>`ipmi::snmp`

Expand All @@ -184,8 +185,9 @@ Default value: `'public'`
Data type: `Integer`

Controls the lan channel of the IPMI network on which snmp is to be configured.
Defaults to the first detected lan channel, starting at 1 ending at 11

Default value: `1`
Default value: `$facts['ipmi']['default']['channel']`

### <a name="ipmi--user"></a>`ipmi::user`

Expand All @@ -200,6 +202,7 @@ The following parameters are available in the `ipmi::user` defined type:
* [`enable`](#-ipmi--user--enable)
* [`user_id`](#-ipmi--user--user_id)
* [`password`](#-ipmi--user--password)
* [`channel`](#-ipmi--user--channel)

##### <a name="-ipmi--user--user"></a>`user`

Expand Down Expand Up @@ -249,3 +252,12 @@ Controls the password of the user to be created.

Default value: `undef`

##### <a name="-ipmi--user--channel"></a>`channel`

Data type: `Integer`

Controls the channel of the IPMI user to be configured.
Defaults to the first detected lan channel, starting at 1 ending at 11

Default value: `$facts['ipmi']['default']['channel']`

0 comments on commit aa40f65

Please sign in to comment.