Resource Type: keystore
- Defined in:
- lib/puppet/type/keystore.rb
- Providers:
-
keytool
Overview
generates an empty pkcs12 keystore
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
group
Specifies a permissions group for the keystore. Valid options: a string containing a group name or integer containing a gid.
-
keystore
Path to the keystore
-
mode
Specifies the permissions mode of the keystore. Valid options: a string containing a permission mode value in octal notation.
-
owner
Specifies the owner of the keystore. Valid options: a string containing a username or integer containing a uid.
-
password_file
Path to file containing the keystore password
-
provider
The specific backend to use for this ‘keystore` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.