Fix annotation of the ensure parameter

Change-Id: I4fad09df5349d550d53191ef5aaeffda0002d69c
This commit is contained in:
ZhongShengping 2017-01-20 17:26:42 +08:00
parent 093eeb5ecf
commit a64faf3c74

View File

@ -1,9 +1,10 @@
# #
# Installs the aodh python library. # Installs the aodh python client.
# #
# == parameters # == parameters
# [*ensure*] # [*ensure*]
# ensure state for pachage. # (optional) Ensure state of the package.
# Defaults to 'present'.
# #
class aodh::client ( class aodh::client (
$ensure = 'present' $ensure = 'present'