Skip to content

Instantly share code, notes, and snippets.

@jessereynolds
Last active April 20, 2017 06:02
Show Gist options
  • Save jessereynolds/3001bed2ce0db8f115ea8fbaf05d51d4 to your computer and use it in GitHub Desktop.
Save jessereynolds/3001bed2ce0db8f115ea8fbaf05d51d4 to your computer and use it in GitHub Desktop.
powershell puppet agent install wrapper public
[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