Manage software from FreeBSD ports
New in version 2014.1.0.
Note
It may be helpful to use a higher timeout when running a
ports.installed
state, since compiling the port
may exceed Salt's timeout.
salt -t 1200 '*' state.highstate
Verify that the desired port is installed, and that it was compiled with the desired options.
Make sure that the desired non-default options are set
Warning
Any build options not passed here assume the default values for the
port, and are not just differences from the existing cached options
from a previous make config
.
Example usage:
security/nmap:
ports.installed:
- options:
- IPV6: off
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy