Merge "Update comment to fix lint"

This commit is contained in:
Zuul 2020-10-12 15:53:59 +00:00 committed by Gerrit Code Review
commit d451c37bdd
2 changed files with 3 additions and 7 deletions

View File

@ -2,9 +2,7 @@
#
# This class is used to manage arbitrary designate configurations.
#
# === Parameters
#
# [*xxx_config*]
# example xxx_config
# (optional) Allow configuration of arbitrary designate configurations.
# The value is an hash of xxx_config resources. Example:
# { 'DEFAULT/foo' => { value => 'fooValue'},
@ -18,6 +16,8 @@
# DEFAULT/bar:
# value: barValue
#
# === Parameters
#
# [*designate_config*]
# (optional) Allow configuration of designate.conf configurations.
#

View File

@ -12,10 +12,6 @@
# (optional) Name of the package containing shared resources
# Defaults to $::designate::params::common_package_name
#
# [*service_ensure*]
# (optional) Whether the designate-common package will be present..
# Defaults to 'present'
#
# [*root_helper*]
# (optional) Command for designate rootwrap helper.
# Defaults to 'sudo designate-rootwrap /etc/designate/rootwrap.conf'.