Skip to content

Instantly share code, notes, and snippets.

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 tyagiprince/a6e3470a8d15620a6107363e8424bfdb to your computer and use it in GitHub Desktop.
Save tyagiprince/a6e3470a8d15620a6107363e8424bfdb to your computer and use it in GitHub Desktop.
The minion function caused an exception: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/salt/minion.py", line 1363, in _thread_return
return_data = executor.execute()
File "/usr/lib/python2.7/site-packages/salt/executors/direct_call.py", line 28, in execute
return self.func(*self.args, **self.kwargs)
File "/usr/lib/python2.7/site-packages/salt/modules/state.py", line 933, in sls
high_, errors = st_.render_highstate({saltenv: mods})
File "/usr/lib/python2.7/site-packages/salt/state.py", line 3118, in render_highstate
sls, saltenv, mods, matches)
File "/usr/lib/python2.7/site-packages/salt/state.py", line 2785, in render_state
state_data = self.client.get_state(sls, saltenv)
File "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 475, in get_state
dest = self.cache_file(path, saltenv, cachedir=cachedir)
File "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 178, in cache_file
return self.get_url(path, '', True, saltenv, cachedir=cachedir)
File "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 563, in get_url
url_data = urlparse(url)
File "/usr/lib64/python2.7/urlparse.py", line 142, in urlparse
tuple = urlsplit(url, scheme, allow_fragments)
File "/usr/lib64/python2.7/urlparse.py", line 213, in urlsplit
raise ValueError("Invalid IPv6 URL")
ValueError: Invalid IPv6 URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment