Puppet Function: profile::base::certificates::get_trusted_ca_jks_password

Defined in:
modules/profile/functions/base/certificates/get_trusted_ca_jks_password.pp
Function type:
Puppet Language

Overview

profile::base::certificates::get_trusted_ca_jks_password()Any

SPDX-License-Identifier: Apache-2.0

Returns:

  • (Any)


2
3
4
5
# File 'modules/profile/functions/base/certificates/get_trusted_ca_jks_password.pp', line 2

function profile::base::certificates::get_trusted_ca_jks_password() {
    include profile::base::certificates
    $profile::base::certificates::truststore_password
}