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

Commits on Apr 20, 2016

  1. (MODULES-3280) Remove Verbose Environment Variable Handling

    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 committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    e395b8f View commit details
    Browse the repository at this point in the history