Fix documentation for log_dir parameter

Change-Id: I175636c155e967a0f81a3aceab976befe5bfb864
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 18:26:00 +03:00
parent 866aabb8bd
commit 0ad1693f7c
2 changed files with 4 additions and 1 deletions

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/barbican'
#
# [*log_file*]

View File

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