Resource Type: bmc_ssl
- Defined in:
- lib/puppet/type/bmc_ssl.rb
- Providers:
-
racadm7
Overview
A resource type to handle SSL certificates.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
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.
-
certificate_file
Absolute path to the certificate file.
-
certificate_key
Absolute path to the certificate key file.
-
certificate_pass_phrase
Pass phrase for the Public Key Cryptography Standards file.
-
name (namevar)
Identification of the BMC SSL setup.
-
provider
The specific backend to use for this ‘bmc_ssl` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
type
(defaults to: 1)
Type of certificate
- 1=server,2=CA certificate for Directory Service,3=Public Key Cryptography Standards file
-
Default to server
Supported values:- 1
- 2
- 3
Features
-
racadm
—
Dell racadmin specific.