Puppet Class: cloudnfs::volume_data
- Defined in:
- modules/cloudnfs/manifests/volume_data.pp
Overview
SPDX-License-Identifier: Apache-2.0
2 3 4 5 |
# File 'modules/cloudnfs/manifests/volume_data.pp', line 2
class cloudnfs::volume_data () {
$module_path = get_module_path($module_name)
$projects = loadyaml("${module_path}/data/projects.yaml")
}
|