Ensure purge_config takes a boolean value
The purge_config parameters only accept boolean values. This enforces that using the typed parameters. Change-Id: I637f94a04511256c0d69284522d7ba73a0332c5d
This commit is contained in:
parent
fd3c9bf640
commit
cb9d3c9f1f
@ -52,7 +52,7 @@ class placement::policy (
|
||||
$policy_path = '/etc/placement/policy.yaml',
|
||||
$policy_default_rule = $facts['os_service_default'],
|
||||
$policy_dirs = $facts['os_service_default'],
|
||||
$purge_config = false,
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include placement::deps
|
||||
|
Loading…
Reference in New Issue
Block a user