From 13da01d1f39a598509358fc244be23f55c5d83f8 Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Mon, 10 Oct 2016 17:33:32 +0300 Subject: [PATCH] Fix documentation for log_dir parameter Change-Id: I78b06943b0b1d6d6c40fa0ac4b8d45b19de5a6a5 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 9a77eb3..a7d69d5 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/watcher'. # # [*log_file*]