From: Mykyta Karpin Date: Mon, 10 Oct 2016 12:10:27 +0000 (+0300) Subject: Fix documentation for log_dir parameter X-Git-Tag: 10.0.0~10 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=765557b9dc4a42cbe901ff73794344a8f1f899a2;p=puppet-modules%2Fpuppet-ceilometer.git Fix documentation for log_dir parameter Change-Id: I283453057845af1ec8e4e1e0419db2e9d5893abf Partial-Bug: #1600294 --- diff --git a/manifests/init.pp b/manifests/init.pp index e0a8ff6..511451a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ # # [*log_dir*] # (Optional) Directory to which ceilometer logs are sent. -# 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. # # [*use_syslog*] diff --git a/manifests/logging.pp b/manifests/logging.pp index 662af5f..d9851ca 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/ceilometer'. # # [*logging_context_format_string*] diff --git a/releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml b/releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml new file mode 100644 index 0000000..25e070f --- /dev/null +++ b/releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Fixed documentation for log_dir parameter