Resource Type: virtlockd_config
- Defined in:
- lib/puppet/type/virtlockd_config.rb
- Providers:
-
ini_setting
Overview
setting name to manage from virtlockd.conf
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
value
The value of the setting to be defined.
Parameters
-
ensure_absent_val
(defaults to:
) A value that is specified as the value property will behave as if ensure => absent was specified
-
name (namevar)
setting name to manage from virtlockd.conf
Supported values:- /\S+/
-
provider
The specific backend to use for this ‘virtlockd_config` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
quote
(defaults to: false)
Whether to quote the value. Defauls to ‘false`.
Supported values:- true
- false
-
secret
(defaults to: false)
Whether to hide the value from Puppet logs. Defaults to ‘false`.
Supported values:- true
- false