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
salt.states.ports.
installed
(name, options=None)¶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 May 09, 2023 at 04:04:24 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.1.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy