Merge "Fix documentation for log_dir parameter"

This commit is contained in:
Jenkins 2016-11-04 14:40:07 +00:00 committed by Gerrit Code Review
commit 0e08f0adcb
3 changed files with 5 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#
# [*log_dir*]
# (optional) Directory where logs should be stored.
# If set to boolean false, it will not log to any directory.
# If set to $::os_service_default, it will not log to any directory.
# Defaults to undef
#
# [*root_helper*]

View File

@ -22,7 +22,7 @@
#
# [*log_dir*]
# (optional) Directory where logs should be stored.
# If set to boolean false, it will not log to any directory.
# If set to $::os_service_default, it will not log to any directory.
# Defaults to $::designate::params::log_dir
#
# [*logging_context_format_string*]

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed documentation for log_dir parameter