Created
February 27, 2012 17:38
-
-
Save thatch45/1925788 to your computer and use it in GitHub Desktop.
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
emacs: | |
pkg: | |
- installed | |
{% if grains['osrelease'].startswith('5') %} | |
- name: emacsBROKEN | |
{% endif %} |
the 5 is being evaluated as an int, put some quotes around it
found that... changed it...
[root@neon ~]# salt-call state.highstate
[INFO ] Loading fresh modules for state activity
[INFO ] Loading fresh modules for state activity
Error running 'state.highstate': argument of type 'NoneType' is not iterable
ouch, what version is this? you probably found an error checking bug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with proper spacing...