Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-3280) Remove Verbose Environment Variable Handling #87

Conversation

jpogran
Copy link
Contributor

@jpogran jpogran commented Apr 20, 2016

When the function to reset the Environment Variables for the single
session PowerShell process was added, the Verbose paramater was mistakenly
left on the Remove-Item and Set-Item cmdlets. This causes a Verbose
message to be written every time the provider is executed, polluting the
Puppet Debug stream. This is only an issue when MODULES-3137 is
implemented as it enables logging Verbose statements.

This removes the Verbose parameters.

When the function to reset the Environment Variables for the single
session PowerShell process was added, the Verbose paramater was mistakenly
left on the Remove-Item and Set-Item cmdlets. This causes a Verbose
message to be written every time the provider is executed, polluting the
Puppet Debug stream. This is only an issue when MODULES-3137 is
implemented as it enables logging Verbose statements.

This removes the Verbose parameters.
@jpogran jpogran mentioned this pull request Apr 20, 2016
9 tasks
@jpogran
Copy link
Contributor Author

jpogran commented Apr 20, 2016

#86 needs this to stop it's Appveyor tests from failing

@glennsarti glennsarti merged commit 0bb8db4 into puppetlabs:master Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants