salt.states.mac_assistive module

Allows you to manage assistive access on OS X minions with 10.9+

Install, enable and disable assitive access on OS X 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?