Created
November 22, 2013 19:37
-
-
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/…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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