Install, enable and disable assitive access on OS X minions
/path/to/file:
xattr.exists:
- attributes:
- com.file.attr=test
- com.apple.quarantine=0x00001111
salt.states.mac_xattr.
delete
(name, attributes)¶Make sure the given attributes are deleted from the file/directory
salt.states.mac_xattr.
exists
(name, attributes)¶Make sure the given attributes exist on the file/directory
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2016.11.0
salt.states.mac_package module