Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created November 22, 2013 19:37
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 RobSpectre/7605575 to your computer and use it in GitHub Desktop.
Save RobSpectre/7605575 to your computer and use it in GitHub Desktop.
Getting KeyError on "development" every time I run highstate. Full stacktrace: 2013-11-22 14:30:19,849 [salt.minion ][WARNING ] The minion function caused an exception: Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/salt/minion.py", line 633, in _thread_return ret['return'] = func(*args, **kwargs) File "/usr/lib/pymodules/…
base:
'*':
- git
- users
- vim
- ssh
- python
- apt
- salt
production:
'environment:production':
- ssh.server
- iptables
- supervisor
'roles:mediastreamer':
- match: grain
- ffmpeg
- vlc
'apps:openvbx':
- match: grain
- nginx
- mysql
- php
- openvbx
'apps:twilio_demo':
- match: grain
- nginx
- php
- demo
development:
'roles:mediacenter':
- match: grain
- ssh.server
- xbmc
- sabnzbd
- couchpotato
- sharedesktop
- sickbeard
- nvidia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment