]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Fix documentation for log_dir parameter
authorMykyta Karpin <mkarpin@mirantis.com>
Mon, 10 Oct 2016 12:10:27 +0000 (15:10 +0300)
committerMykyta Karpin <mkarpin@mirantis.com>
Tue, 18 Oct 2016 15:06:50 +0000 (15:06 +0000)
Change-Id: I283453057845af1ec8e4e1e0419db2e9d5893abf
Partial-Bug: #1600294

manifests/init.pp
manifests/logging.pp
releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml [new file with mode: 0644]

index e0a8ff6fe7f17b51b7835acfa87f6ead0d762cbe..511451ad94ba302f0030171e684463ea75fc35bc 100644 (file)
@@ -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*]
index 662af5ffb0e77020e9094bc6a8487e6e44e549e3..d9851ca2156d000a96d8d4bd10e259691eb99692 100644 (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/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 (file)
index 0000000..25e070f
--- /dev/null
@@ -0,0 +1,3 @@
+---
+fixes:
+  - Fixed documentation for log_dir parameter