Execute chef in server or solo mode
salt.modules.chef.
client
(whyrun=False, localmode=False, logfile=None, **kwargs)¶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
salt.modules.chef.
solo
(whyrun=False, logfile=None, **kwargs)¶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