You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puppet 7 dropped the dependecy on win32-process gem
in favour of monkey patching the Process Module.
As a reppercusion, require `win32/process` will no
longer work on Puppet >= 7.0.0.
This commit updates the reboot task to only require
that specific gem if Puppet < 7.0.0
0 commit comments