Bug 2021678

Summary: logging role missing quotes for immark module interval value
Product: Red Hat Enterprise Linux 8 Reporter: Rich Megginson <rmeggins>
Component: rhel-system-rolesAssignee: Rich Megginson <rmeggins>
Status: CLOSED ERRATA QA Contact: David Jež <djez>
Severity: unspecified Docs Contact: Eliane Ramos Pereira <elpereir>
Priority: unspecified    
Version: 8.6CC: djez, elpereir, gfialova, jharuda, nhosoi, pkettman, rhel-cs-system-management-subsystem-qe, spetrosi
Target Milestone: rc   
Target Release: 8.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: role:logging
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.
Story Points: ---
Clone Of: 2021676 Environment:
Last Closed: 2022-05-10 14:12:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2021676    
Bug Blocks:    

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