Last active
April 20, 2017 06:02
-
-
Save jessereynolds/3001bed2ce0db8f115ea8fbaf05d51d4 to your computer and use it in GitHub Desktop.
powershell puppet agent install wrapper public
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile('https://puppet:8140/packages/current/install.ps1', 'install.ps1'); .\install.ps1 @args |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment