Fix documentation for log_dir parameter

Change-Id: I57127a32c40c4c47c40a71891b8ea10c2a71d838
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 17:44:50 +03:00
parent 77761b0b3a
commit b49fb78563
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