-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: PUP 5.0.0
-
Component/s: Types and Providers
-
Template:customfield_10700 26706
-
Epic Link:
-
Team:Agent
-
Story Points:1
-
Sprint:Agent 2017-05-31
-
Release Notes:Bug Fix
-
Release Notes Summary:
-
QA Risk Assessment:Manual
Since PUP-789, the yumrepo inifile provider logs two messages without any context (e.g. the resource or provider).
create new repo SCL in file /etc/yum.repos.d/SCL.repo
|
/Stage[main]/Foreman::Install::Repos::Extra/Yumrepo[SCL]/ensure: created
|
changing mode of /etc/yum.repos.d/SCL.repo from 600 to 644
|
The provider code calls "Puppet.info" currently when it should use just "info" to add context. As these are class utility methods, it should ideally use the context from the instance to provide even better context, related to the resource that made the change.