fuel-library/deployment/puppet/osnailyfacter/manifests/override_resources.pp

12 lines
327 B
Puppet

class osnailyfacter::override_resources {
$override_configuration = hiera_hash(configuration, {})
$override_configuration_options = hiera_hash(configuration_options, {})
override_resources {'override-resources':
configuration => $override_configuration,
options => $override_configuration_options,
}
}