| Port details on branch 2022Q4 |
- py-salt Distributed remote execution and configuration management system
- 3005 sysutils
=0 3005Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2022-12-08 08:12:05
- Last Update: 2022-12-08 08:11:55
- Commit Hash: 88a47c8
- Also Listed In: python
- License: APACHE20
- WWW:
- https://pypi.org/project/salt/
- 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.
See also: 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 py39-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 py39-salt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-salt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1661580885
SHA256 (salt-3005.tar.gz) = 1d200c45b88046178ea56fb5a75726dc620cc5e51411076a04df80ff52f79cd4
SIZE (salt-3005.tar.gz) = 17894520
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:
-
- py39-pyzmq>=2.2.0 : net/py-pyzmq@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-Jinja2>0 : devel/py-Jinja2@py39
- py39-markupsafe>0 : textproc/py-markupsafe@py39
- py39-distro>=1.5.0 : sysutils/py-distro@py39
- py39-libcloud>=0.14.0 : net/py-libcloud@py39
- py39-msgpack>=0.3 : devel/py-msgpack@py39
- py39-progressbar>0 : misc/py-progressbar@py39
- py39-psutil>=0.3.0 : sysutils/py-psutil@py39
- py39-requests>=1.0.0 : www/py-requests@py39
- py39-yaml>0 : devel/py-yaml@py39
- py39-pyinotify>0 : devel/py-pyinotify@py39
- py39-pyzmq>=2.2.0 : net/py-pyzmq@py39
- py39-pycryptodomex>=3.9.7 : security/py-pycryptodomex@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-salt-3005:
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.10
- 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: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3005 08 Dec 2022 08:11:55
    |
Kirill Ponomarev (krion)  |
sysutils/py-salt: add Python 3.10 support
PR: 266427
Reported by: Paul Mather
(cherry picked from commit cf3eec274cd97b67b575b62ef2415be8ce1e0610) |
Number of commits found: 1
|