
14,133
Downloads
456
Downloads of v 2015.8.3
12/5/2015
Last update
This package installs a salt minion on your system as a windows service. The Salt minion receives commands from the central Salt master and replies with the results of said commands.
Note that the Salt Minion Installer supports two arguments: /master=yoursaltmaster /minion-name=yourminionname. These arguments can be passed to the package via the -installargs parameter.
To install Salt Minion, run the following command from the command line or from PowerShell:
C:\> choco install saltminion
--version 2015.8.3
To upgrade Salt Minion, run the following command from the command line or from PowerShell:
C:\> choco upgrade saltminion
--version 2015.8.3
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'saltminion' $installerType = 'EXE' $baseurl = 'https://repo.saltstack.com/windows' $version = '2015.8.3' $isSytem32Bit = (($Env:PROCESSOR_ARCHITECTURE -eq 'x86') -and ($Env:PROCESSOR_ARCHITEW6432 -eq $null)) $os = if ($isSytem32Bit) { "x86" } else { "AMD64" } $url = "$baseurl/Salt-Minion-$version-$os-Setup.exe" $url64 = "$baseurl/Salt-Minion-$version-$os-Setup.exe" $silentArgs = '/S' $validExitCodes = @(0) Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" "$url64" -validExitCodes $validExitCodes
- tools\chocolateyUninstall.ps1
Show
# By default, salt installs in c:\salt This package will attempt to call the uninstall executable from there. C:\salt\uninst.exe /S
Virus Scan Results
- saltminion.2015.8.3.nupkg (1bca107ad8c8) - ## / 57 - Log in or click on link to see number of positives
- Salt-Minion-2015.8.3-AMD64-Setup.exe (78d47ad20639) - ## / 54 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
- Supports /master=yoursaltmaster and /minion-name=yourminionname parameters.
- Installs as a windows service .
- Uninstaller requires user confirmation.
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Salt Minion 2018.3.0 | 514 | Tuesday, April 3, 2018 | approved |
Salt Minion 2017.7.5 | 7 | Tuesday, April 3, 2018 | approved |
Salt Minion 2017.7.4.1 | 723 | Monday, March 12, 2018 | approved |
Salt Minion 2017.7.4 | 382 | Monday, February 26, 2018 | approved |
Salt Minion 2017.7.3 | 332 | Monday, February 5, 2018 | approved |
Salt Minion 2017.7.2 | 1441 | Monday, October 9, 2017 | approved |
Salt Minion 2017.7.1 | 722 | Tuesday, August 15, 2017 | approved |
Salt Minion 2017.7.0 | 344 | Wednesday, July 26, 2017 | approved |
Salt Minion 2016.11.6 | 1221 | Wednesday, June 28, 2017 | approved |
Salt Minion 2016.11.5 | 658 | Friday, May 19, 2017 | approved |
Discussion for the Salt Minion Package
Ground rules:
- This discussion is only about Salt Minion and the Salt Minion package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Salt Minion, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.