Execute chef in server or solo mode
Execute a chef client run and return a dict with the stderr, stdout, return code, and pid.
CLI Example:
salt '*' chef.client server=https://localhost
Execute a chef solo run and return a dict with the stderr, stdout, return code, and pid.
CLI Example:
salt '*' chef.solo override-runlist=test
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.2