Fix documentation for log_dir parameter

Change-Id: If3ca39111a501e6768ecc94a5bf5f22b3a94879b
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 16:53:59 +03:00
parent 3157440992
commit 18cc687589
4 changed files with 6 additions and 3 deletions

View File

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

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/ironic-inspector'
#
# [*logging_context_format_string*]

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

View File

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