Puppet Defined Type: host_console
- Defined in:
- manifests/server/host_console.pp
Overview
A conman host console
Add a console of the given type for the host given as a resource name.
The console device hostname is made of a prefix and the hostname:
hpc_conman::server::host_console { 'clcn001':
type => 'ipmi',
prefix => 'bmc',
}
This will create a console with the hostname bmcclcn001
.