Fix documentation for log_dir parameter

Change-Id: I4e9e5b5526aff37f8912bc96ec537f8d2c9ee519
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 15:02:16 +03:00
parent 501525de03
commit 1ddc04fc55
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,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 $::os_service_default
#
# [*watch_log_file*]

View File

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