diff --git a/manifests/policy.pp b/manifests/policy.pp index d7ec755b6..48709da7d 100644 --- a/manifests/policy.pp +++ b/manifests/policy.pp @@ -6,7 +6,17 @@ # # [*policies*] # (optional) Set of policies to configure for nova -# Example : { 'nova-context_is_admin' => {'context_is_admin' => 'true'}, 'nova-default' => {'default' => 'rule:admin_or_owner'} } +# Example : +# { +# 'nova-context_is_admin' => { +# 'key' => 'context_is_admin', +# 'value' => 'true' +# }, +# 'nova-default' => { +# 'key' => 'default', +# 'value' => 'rule:admin_or_owner' +# } +# } # Defaults to empty hash. # # [*policy_path*]