Bug 2021676

Summary: logging role missing quotes for immark module interval value
Product: Red Hat Enterprise Linux 9 Reporter: Rich Megginson <rmeggins>
Component: rhel-system-rolesAssignee: Rich Megginson <rmeggins>
Status: CLOSED ERRATA QA Contact: Jakub Haruda <jharuda>
Severity: unspecified Docs Contact: Eliane Ramos Pereira <elpereir>
Priority: unspecified    
Version: 9.0CC: djez, elpereir, gfialova, jharuda, nhosoi, pkettman, spetrosi
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: 9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: role:logging
Fixed In Version: rhel-system-roles-1.11.0-1.el9 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:
: 2021678 (view as bug list) Environment:
Last Closed: 2022-05-17 13:02:55 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:    
Bug Blocks: 2021678    

Description Rich Megginson 2021-11-09 22:09:02 UTC
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 16 errata-xmlrpc 2022-05-17 13:02:55 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 (new packages: rhel-system-roles), 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:2443