salt.states.mac_assistive module

Allows you to manage assistive access on macOS minions with 10.9+

Install, enable and disable assistive access on macOS minions

/usr/bin/osacript:
  assistive.installed:
    - enabled: True
salt.states.mac_assistive.installed(name, enabled=True)

Make sure that we have the given bundle ID or path to command installed in the assistive access panel.

name
The bundle ID or path to command
enable
Should assistive access be enabled on this application?

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.11.4

Table Of Contents

Previous topic

salt.states.lxc

Next topic

salt.states.mac_defaults module