fuel-plugin-nsx-t/deployment_scripts/puppet/manifests/hiera-override.pp

8 lines
160 B
Puppet

notice('fuel-plugin-nsx-t: hiera-override.pp')
include ::nsxt::params
class { '::nsxt::hiera_override':
override_file_name => $::nsxt::params::hiera_key,
}