Skip to content

Instantly share code, notes, and snippets.

@phillhocking
Last active April 30, 2021 02:34
Show Gist options
  • Save phillhocking/d3afea0159a38cfeacc1b1426b8e8bd7 to your computer and use it in GitHub Desktop.
Save phillhocking/d3afea0159a38cfeacc1b1426b8e8bd7 to your computer and use it in GitHub Desktop.
Windows salt-minion Bootstrapper
Set-ExecutionPolicy Bypass -Scope Process -Force; mkdir c:\temp\; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; (New-Object Net.WebClient).DownloadFile('https://winbootstrap.saltproject.io', 'c:\temp\bootstrap-salt.ps1'); c:\temp\bootstrap-salt.ps1 -minion win10_dev -master salt-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment