From 6c74a52ca51a325abbf351767051fceec50df292 Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Mon, 10 Oct 2016 18:18:45 +0300 Subject: [PATCH] Fix documentation for log_dir parameter Change-Id: I506bb0e4bdadb4ef095a70c59191837922141c17 Partial-Bug: #1600294 --- manifests/logging.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/logging.pp b/manifests/logging.pp index 8e019671..9b14cad3 100644 --- a/manifests/logging.pp +++ b/manifests/logging.pp @@ -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/octavia'. # # [*log_file*]