-
-
Save akoumjian/3613910 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
---------- | |
State: - rvm | |
Name: sassgemset | |
Function: gemset_present | |
Result: False | |
Comment: An exception occured in this state: Traceback (most recent call last): | |
File "/usr/lib/pymodules/python2.7/salt/state.py", line 823, in call | |
ret = self.states[cdata['full']](*cdata['args']) | |
File "/usr/lib/pymodules/python2.7/salt/states/rvm.py", line 221, in gemset_present | |
if name in __salt__['rvm.gemset_list'](ruby, runas=runas): | |
File "/usr/lib/pymodules/python2.7/salt/modules/rvm.py", line 177, in gemset_list | |
for line in _rvm_do(ruby, "rvm gemset list", runas=runas).splitlines(): | |
AttributeError: 'bool' object has no attribute 'splitlines' |
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
sassgemset: | |
rvm.gemset_present: | |
- name: | |
- sassgemset | |
- ruby: ruby-1.9.1 | |
- runas: rvm | |
- require: | |
- rvm: ruby-1.9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment