Puppet Function: cd4peadm::license_path
- Defined in:
- functions/license_path.pp
- Function type:
- Puppet Language
Overview
Returns the path where we expect users to place their license file for us to install
2 3 4 |
# File 'functions/license_path.pp', line 2 function cd4peadm::license_path() { file::join(cd4peadm::bolt_project_files_dir(), 'license.lic') } |