Skip to content

Instantly share code, notes, and snippets.

@tspeigner
Created December 6, 2017 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tspeigner/5388603668d66235f7884e29b1ef4576 to your computer and use it in GitHub Desktop.
Save tspeigner/5388603668d66235f7884e29b1ef4576 to your computer and use it in GitHub Desktop.
puppet agent install
[Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile('https://master.inf.puppet.vm:8140/packages/current/install.ps1', 'install.ps1'); .\install.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment