Merge "Import base parameter types for ::policy"

This commit is contained in:
Zuul
2025-09-29 15:39:20 +00:00
committed by Gerrit Code Review

View File

@@ -48,8 +48,8 @@
class heat::policy (
$enforce_scope = $facts['os_service_default'],
$enforce_new_defaults = $facts['os_service_default'],
Hash $policies = {},
$policy_path = '/etc/heat/policy.yaml',
Openstacklib::Policies $policies = {},
Stdlib::Absolutepath $policy_path = '/etc/heat/policy.yaml',
$policy_default_rule = $facts['os_service_default'],
$policy_dirs = $facts['os_service_default'],
Boolean $purge_config = false,