natemccurdy / puppet-pe_install_ps1

Automate your puppet agent installs on Windows nodes
Apache License 2.0
0 stars 4 forks source link

Added logic to run with default non-interactive mode by changing Writ… #7

Closed sseebald closed 8 years ago

sseebald commented 8 years ago

Added logic to run with default non-interactive mode by changing Write-Host to Write-Verbose. To enable writing output to console, pass -verbose flag. Updated README with this information. Reason for change was attempting to run this through a non-interactive powershell process like from Cisco UCS Director.

natemccurdy commented 8 years ago

Thanks for the PR @sseebald I'll test it out asap.

This PR attempts to resolve issue #6