Import base parameter types for ::policy
Import the parameter types from openstacklib::policy so that parameter types are validated at module level, instead of internal resource call. Change-Id: I31380c3949cd1ef38b8ee09fd21dd36196bb16ba Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user