Puppet Function: cd4peadm::license_path

Defined in:
functions/license_path.pp
Function type:
Puppet Language

Overview

cd4peadm::license_path()Any

Returns the path where we expect users to place their license file for us to install

Returns:

  • (Any)


2
3
4
# File 'functions/license_path.pp', line 2

function cd4peadm::license_path() {
  file::join(cd4peadm::bolt_project_files_dir(), 'license.lic')
}