Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Coremunity
-
Platform Core KANBAN
-
Bug Fix
-
Puppet will no longer leak sensitive data into the resourcefile.
-
Needs Assessment
Description
Currently the namvar attribute of the exec resource is assigned to the command attribute.
meaning the name of the resource when printed into resources.txt is the executed parameter.
This could be considered a security issue, but also makes it difficult to name resources uniquely.
A request for a name attribute or the ability to use the title as the namevar.
This is an issue when running puppet agent or puppet apply --write-catalog-summary.