From a64faf3c7434359932364569d2dcb9c4b4ca0168 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 20 Jan 2017 17:26:42 +0800 Subject: [PATCH] Fix annotation of the ensure parameter Change-Id: I4fad09df5349d550d53191ef5aaeffda0002d69c --- manifests/client.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/client.pp b/manifests/client.pp index af604c26..f6cb7f73 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,9 +1,10 @@ # -# Installs the aodh python library. +# Installs the aodh python client. # # == parameters # [*ensure*] -# ensure state for pachage. +# (optional) Ensure state of the package. +# Defaults to 'present'. # class aodh::client ( $ensure = 'present'