From 1e6f2c2ec3f62c8fcfdb66b01a0ae00ccb0cfb73 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 13 Dec 2018 17:10:01 +0800 Subject: [PATCH] Cleanup documentation Make sure documentation is the same and follow the standard which we are trying to enforce on all modules. Change-Id: I1796a08454015f9355b7b1c517bd382bbcc5a691 --- manifests/policy.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/policy.pp b/manifests/policy.pp index 3c4977f..417a993 100644 --- a/manifests/policy.pp +++ b/manifests/policy.pp @@ -5,7 +5,7 @@ # === Parameters # # [*policies*] -# (optional) Set of policies to configure for ceilometer +# (Optional) Set of policies to configure for ceilometer # Example : # { # 'ceilometer-context_is_admin' => { @@ -20,7 +20,7 @@ # Defaults to empty hash. # # [*policy_path*] -# (optional) Path to the ceilometer policy.json file +# (Optional) Path to the ceilometer policy.json file # Defaults to /etc/ceilometer/policy.json # class ceilometer::policy ( -- 2.45.2