Puppet Function: profile::base::certificates::get_trusted_ca_path

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

Overview

profile::base::certificates::get_trusted_ca_path()Any

SPDX-License-Identifier: Apache-2.0

Returns:

  • (Any)


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

function profile::base::certificates::get_trusted_ca_path() {
    include profile::base::certificates
    $profile::base::certificates::trusted_ca_path
}