Port details on branch 2021Q3 |
- py-salt Distributed remote execution and configuration management system
- 3003.3_1 sysutils
=0 3003.3_1Version of this port present on the latest quarterly branch. - Maintainer: christer.edwards@gmail.com
 - Port Added: 2021-08-17 16:58:05
- Last Update: 2021-09-08 16:49:55
- Commit Hash: 88930be
- Also Listed In: python
- License: APACHE20
- WWW:
- https://saltproject.io/
- Description:
- Salt : Remote Execution and State Manager
======================================
Salt is a powerful remote execution and state manager that can be
used to administer servers in a fast and efficient way.
WWW: https://pypi.org/project/salt/
WWW: https://saltproject.io/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}salt>0:sysutils/py-salt@${PY_FLAVOR}
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/py-salt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-salt
- pkg install py38-salt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py38-salt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-salt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1630999559
SHA256 (salt-3003.3.tar.gz) = a6f9c8c8b5e2600ea8620b4a67371de17611beb4f8d97e4bb9b0b308a37ed1e2
SIZE (salt-3003.3.tar.gz) = 16017984
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-pyzmq>=2.2.0 : net/py-pyzmq@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-Jinja2>0 : devel/py-Jinja2@py38
- py38-markupsafe>0 : textproc/py-markupsafe@py38
- py38-distro>=1.5.0 : sysutils/py-distro@py38
- py38-libcloud>=0.14.0 : net/py-libcloud@py38
- py38-msgpack>=0.3 : devel/py-msgpack@py38
- py38-progressbar>0 : misc/py-progressbar@py38
- py38-psutil>=0.3.0 : sysutils/py-psutil@py38
- py38-requests>=1.0.0 : www/py-requests@py38
- py38-yaml>0 : devel/py-yaml@py38
- py38-pyinotify>0 : devel/py-pyinotify@py38
- py38-pyzmq>=2.2.0 : net/py-pyzmq@py38
- py38-pycryptodomex>=3.9.7 : security/py-pycryptodomex@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py38-salt-3003.3_1:
AWS=off: Install dependencies required for Amazon Web Services
BASH=on: Install programmable completions for Bash
FISH=on: Install programmable completions for Fish
TCP=off: Install dependencies required for TCP transport
ZEROMQ=on: Install dependencies required for ZeroMQ transport
ZSH=on: Install programmable completions for zsh
===> Use 'make config' to modify these settings
- Options name:
- sysutils_py-salt
- USES:
- cpe python:3.6-3.8
- pkg-message:
- For install:
- To configure a Salt Master, do the following:
o Copy /usr/local/etc/salt/master.sample to /usr/local/etc/salt/master
o Update to meet your needs
o sysrc salt_master_enable="YES"
To configure a Salt Minion, do the following:
o Copy /usr/local/etc/salt/minion.sample to /usr/local/etc/salt/minion
o Update 'master: salt' to point to your Salt Master's hostname or IP
o sysrc salt_minion_enable="YES"
To configure a Salt Proxy Minion, do the following:
o sysrc salt_proxy_enable="YES"
o sysrc salt_proxy_list=""
o Update the salt_proxy_list with the proxy minion name(s)
To change the Transport method from the default option of Zeromq to either TCP or RAET:
o Re-build the port with the desired options enabled to install the correct runtime dependencies
o Ensure the master and minions all have salt installed with these same options and dependencies
o Add the line 'transport: [tcp|raet]' to both the master and minion configuration files
o Restart salt on the master and minions
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3003.3_1 08 Sep 2021 16:49:55
    |
Kirill Ponomarev (krion)  |
sysutils/py-salt: add Fish shell completion files.
Approved by: maintainer
(cherry picked from commit 1c5bcfb1241cb5592cca0a1bd0009307d7de78e2) |
3003.3 07 Sep 2021 14:15:26
    |
Kirill Ponomarev (krion)  |
sysutils/py-salt: Update to 3003.3
(cherry picked from commit 27eed46e8c63768c22d7cd8907bf199ef0a6edad) |
3003.2 17 Aug 2021 16:54:57
    |
Kirill Ponomarev (krion)  |
sysutils/py-salt: update to 3003.2
Approved by: maintainer
(cherry picked from commit 8de73543a2fadbece94c6ee6055c3e40d365c032) |
Number of commits found: 3
|