Resource Type: dhparam
- Defined in:
- lib/puppet/type/dhparam.rb
- Providers:
-
openssl
Overview
A Diffie Helman parameter file
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
group
group of the file
-
mode
mode of the file
-
owner
owner of the file
Parameters
-
fastmode
(defaults to: false)
Enable fast mode
-
path
The path of the file
-
provider
The specific backend to use for this ‘dhparam` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
size
(defaults to: 512)
The key size
Supported values:- %r{\d+}