Skip to content

Instantly share code, notes, and snippets.

@kylegato
Created June 30, 2015 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylegato/dce7e819a5e0e9f77780 to your computer and use it in GitHub Desktop.
Save kylegato/dce7e819a5e0e9f77780 to your computer and use it in GitHub Desktop.
2015-06-30 13:52:07,302 [salt.minion ][WARNING ] The minion function caused an exception
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 809, in _thread_return
return_data = func(*args, **kwargs)
File "/var/cache/salt/minion/extmods/modules/wiredrive.py", line 62, in extract
return _get_pkg(**kwargs).extract()
File "/usr/local/lib/python2.7/site-packages/wddeploy/pkg/base.py", line 343, in extract
self._run_command(cmd, user=EXTRACT_USER)
File "/usr/local/lib/python2.7/site-packages/wddeploy/pkg/base.py", line 569, in _run_command
result = self.salt['cmd.run_all'](cmd, cwd=cwd, runas=user, env=env)
File "/usr/local/lib/python2.7/site-packages/salt/modules/cmdmod.py", line 812, in run_all
saltenv=saltenv)
File "/usr/local/lib/python2.7/site-packages/salt/modules/cmdmod.py", line 314, in _run
if __grains__['os'] in ['MacOS', 'Darwin']:
KeyError: 'os'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment