Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: puppet-agent 5.5.16, puppet-agent 6.0.10, puppet-agent 6.4.3
-
Component/s: None
-
Labels:
-
Template:customfield_10700 302329
-
Team:Night's Watch
-
Story Points:1
-
Sprint:PR - 2019-05-02, PR - 2019-05-15, PR - 2019-05-29, PR - 2019-06-25
-
Method Found:Needs Assessment
-
Release Notes:Enhancement
-
Release Notes Summary:Update Augeas to 1.12.0 which includes always_query_group_plugin keyword.
-
QA Risk Assessment:Needs Assessment
Description
please be gentle, my first ticket !!
recent updates to the sudo package introduced a new keyword ... standalone augeas now supports it ... please update the puppet-agent sudoers.aug file to support the keyword
always_query_group_plugin
Locally I am seeing this with puppet-agent 5.4.0 and 6.3.0 .... I am ASSUMING its an issue everywhere. I am running RedHat 7.
Among other references, see
https://github.com/hercules-team/augeas/blob/master/lenses/sudoers.aug
and
https://bugzilla.redhat.com/show_bug.cgi?id=1649287
My simple crude test (I hope its a valid test) is ....
grep always_query_group_plugin /opt/puppetlabs/puppet/share/augeas/lenses/dist/sudoers.aug
... to see if it knows about the new keyword ...