Fix documentation for log_dir parameter

Change-Id: Ia0be1a31ec59752ebac6430446aebcb766f350c4
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 18:28:26 +03:00
parent ad5db2d016
commit 184a3b399c
3 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,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.
#
# [*host*]

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 '/var/log/sahara'
#
# [*logging_context_format_string*]

View File

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