Puppet Version: 7.9.0 Puppet Server Version: 7.9.0 OS Name/Version: Windows
When using exec module with powershell as a provider, puppet doesn't display any logs. It doesn't matter if --verbose, or --debug is provided as a flag with starting puppet script or if logoutput is set to true as a parameter of module.
Example of a command that doesn't displays anything "Get-Content $path_to_an_existing_file"
Desired Behavior: The module displays everything that a command executed from a powershell would execute.
Actual Behavior: Puppet doesn't displays anything other than "executed successfully"