Puppet Function: cd4peadm::license_install_dir
- Defined in:
- functions/license_install_dir.pp
- Function type:
- Puppet Language
Overview
Returns the directory where the license will be installed This directory is mounted into the backend docker container.
3 4 5 |
# File 'functions/license_install_dir.pp', line 3 function cd4peadm::license_install_dir() { '/etc/puppetlabs/cd4pe/license' } |