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 (
|
class heat::policy (
|
||||||
$enforce_scope = $facts['os_service_default'],
|
$enforce_scope = $facts['os_service_default'],
|
||||||
$enforce_new_defaults = $facts['os_service_default'],
|
$enforce_new_defaults = $facts['os_service_default'],
|
||||||
Hash $policies = {},
|
Openstacklib::Policies $policies = {},
|
||||||
$policy_path = '/etc/heat/policy.yaml',
|
Stdlib::Absolutepath $policy_path = '/etc/heat/policy.yaml',
|
||||||
$policy_default_rule = $facts['os_service_default'],
|
$policy_default_rule = $facts['os_service_default'],
|
||||||
$policy_dirs = $facts['os_service_default'],
|
$policy_dirs = $facts['os_service_default'],
|
||||||
Boolean $purge_config = false,
|
Boolean $purge_config = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user