Skip to content

Instantly share code, notes, and snippets.

Created July 19, 2017 15:23
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 anonymous/b06706714668b683836806ac53f3ad28 to your computer and use it in GitHub Desktop.
Save anonymous/b06706714668b683836806ac53f3ad28 to your computer and use it in GitHub Desktop.
[root@cyr-dev-saltmaster-01 cloud.maps.d]# salt 'cyr-dev-dashboardservice-db-01' state.highstate
cyr-dev-dashboardservice-db-01:
Data failed to compile:
----------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/salt/state.py", line 3629, in call_highstate
top = self.get_top()
File "/usr/lib/python2.7/site-packages/salt/state.py", line 3089, in get_top
tops = self.get_tops()
File "/usr/lib/python2.7/site-packages/salt/state.py", line 2787, in get_tops
saltenv
File "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 189, in cache_file
return self.get_url(path, '', True, saltenv, cachedir=cachedir)
File "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 495, in get_url
result = self.get_file(url, dest, makedirs, saltenv, cachedir=cachedir)
File "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 1044, in get_file
hash_server, stat_server = self.hash_and_stat_file(path, saltenv)
TypeError: 'bool' object is not iterable
ERROR: Minions returned with non-zero exit code
[root@cyr-dev-saltmaster-01 cloud.maps.d]# salt 'cyr-dev-dashboardservice-db-01' test.ping
cyr-dev-dashboardservice-db-01:
True
[root@cyr-dev-saltmaster-01 cloud.maps.d]# salt --versions-report
Salt Version:
Salt: 2016.11.3
Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: Not Installed
gitdb: Not Installed
gitpython: Not Installed
ioflo: Not Installed
Jinja2: unknown
libgit2: 0.20.0
libnacl: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.4.6
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pygit2: 0.20.3
Python: 2.6.6 (r266:84292, Jul 23 2015, 15:22:56)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 14.5.0
RAET: Not Installed
smmap: Not Installed
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.0.5
System Versions:
dist: centos 6.7 Final
machine: x86_64
release: 2.6.32-573.el6.x86_64
system: Linux
version: CentOS 6.7 Final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment