Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
puppet-agent 7.0.0
-
None
-
-
Night's Watch
-
1
-
NW - 2021-09-22
-
Needs Assessment
-
Bug Fix
-
This fix aligns Puppet Agent 7 with Puppet Agent 6 by also packaging `facter_interactive.bat` and `run_facter_interactive.bat`. The files already existed on the repository before this fix but they were not packaged in the final `*.msi`.
-
Needs Assessment
Description
puppet-agent 6 is packaging facter_interactive.bat and run_facter_interactive.bat https://github.com/puppetlabs/puppet-agent/blob/6.x/configs/components/facter.rb#L241-L249
while puppet-agent 7 does not: https://github.com/puppetlabs/puppet-agent/blob/main/configs/components/facter.rb#L12-L15
This seems to be causing issues:
Hello there , I have noticed puppet 7.0 onwards , run_facter_interactive.bat file is missing from agent MSI. Looks like this is causing “pick an app” pop-ups during puppet agent run and lots of zombie openWith.exe processes in task manager.