Bug 2021678 - logging role missing quotes for immark module interval value
Summary: logging role missing quotes for immark module interval value
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rhel-system-roles
Version: 8.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.6
Assignee: Rich Megginson
QA Contact: David Jež
Eliane Ramos Pereira
URL:
Whiteboard: role:logging
Depends On: 2021676
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-09 22:10 UTC by Rich Megginson
Modified: 2022-05-10 14:38 UTC (History)
8 users (show)

Fixed In Version: rhel-system-roles-1.11.0-1.el8
Doc Type: Bug Fix
Doc Text:
.The Logging role no longer misses quotes for the `immark` module interval value Previously, the "interval" field value for the `immark` module was not properly quoted, because the `immark` module was not properly configured. This fix ensures that the "interval" value is properly quoted. Now, the `immark` module works as expected.
Clone Of: 2021676
Environment:
Last Closed: 2022-05-10 14:12:10 UTC
Type: Bug
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github linux-system-roles logging pull 256 0 None Merged add missing quotes 2021-11-09 22:10:43 UTC
Github linux-system-roles logging pull 258 0 None open Add a test case for "add missing quotes" to TEST CASE 0 in tests_basics_files.yml 2021-11-16 22:06:00 UTC
Red Hat Issue Tracker RHELPLAN-102326 0 None None None 2021-11-10 11:42:20 UTC
Red Hat Product Errata RHBA-2022:1896 0 None None None 2022-05-10 14:12:28 UTC

Description Rich Megginson 2021-11-09 22:10:44 UTC
+++ This bug was initially created as a clone of Bug #2021676 +++

Description of problem:
The logging role writes the immark module config like this:

                  module(load="immark" interval=value)

The value should be quoted like this:

                  module(load="immark" interval="value")

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 15 errata-xmlrpc 2022-05-10 14:12:10 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (rhel-system-roles bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:1896


Note You need to log in before you can comment on or make changes to this bug.