Resource Type: nssdb

Defined in:
lib/puppet/type/nssdb.rb
Providers:
certutil

Overview

Generates an empty NSS database

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 NSS database directory and files. Valid options: a string containing a group name or integer containing a gid.

  • mode

    Specifies the permissions mode of the NSS database files. Valid options: a string containing a permission mode value in octal notation.

  • nssdb_dir

    Path to NSS database directory

  • owner

    Specifies the owner of the NSS database directory and files. Valid options: a string containing a username or integer containing a uid.

  • password_file

    Path to file containing the NSS database password

  • provider

    The specific backend to use for this ‘nssdb` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.