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
SPDX-License-Identifier: Apache-2.0
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 } |