Add puppet-lint param docs check
This ensures that all parameters are documented and includes fixes to existing undocumented parameters or incorrectly formatted docs. Change-Id: I14c093214e45ad3b14123e16ee8ccf309ba45978
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -12,6 +12,7 @@ group :development, :test do
|
||||
gem 'puppet-lint-leading_zero-check'
|
||||
gem 'puppet-lint-variable_contains_upcase'
|
||||
gem 'puppet-lint-numericvariable'
|
||||
gem 'puppet-lint-param-docs'
|
||||
|
||||
gem 'rake', '10.1.1'
|
||||
gem 'rspec-puppet', '~> 1.0.1', :require => false
|
||||
|
@@ -18,10 +18,10 @@
|
||||
# DEFAULT/bar:
|
||||
# value: barValue
|
||||
#
|
||||
# [**designate_config**]
|
||||
# [*designate_config*]
|
||||
# (optional) Allow configuration of designate.conf configurations.
|
||||
#
|
||||
# [**api_paste_ini_config**]
|
||||
# [*api_paste_ini_config*]
|
||||
# (optional) Allow configuration of /etc/designate/api-paste.ini configurations.
|
||||
#
|
||||
# NOTE: The configuration MUST NOT be already handled by this module
|
||||
|
@@ -37,9 +37,18 @@
|
||||
# [*tenant*]
|
||||
# Tenant for designate user. Optional. Defaults to 'services'.
|
||||
#
|
||||
# [*protocol*]
|
||||
# [*public_protocol*]
|
||||
# Protocol for public endpoint. Optional. Defaults to 'http'.
|
||||
#
|
||||
# [*admin_protocol*]
|
||||
# Protocol for admin endpoint. Optional. Defaults to 'http'.
|
||||
#
|
||||
# [*internal_protocol*]
|
||||
# Protocol for internal endpoint. Optional. Defaults to 'http'.
|
||||
#
|
||||
# [*version*]
|
||||
# API version endpoint. Optional. Defaults to 'v1'.
|
||||
#
|
||||
class designate::keystone::auth (
|
||||
$password = false,
|
||||
$email = 'designate@localhost',
|
||||
|
Reference in New Issue
Block a user