Created
January 11, 2016 09:28
-
-
Save johanek/64a6e3d22fdb19450d4d 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
sudo rm /etc/ld.so.conf.d/dneg-* | |
sudo ldconfig | |
env PYTHONPATH="" LD_LIBRARY_PATH="" /usr/bin/python.orig | |
import salt | |
import salt.loader | |
__opts__ = salt.config.minion_config('/etc/salt/minion') | |
__grains__ = salt.loader.grains(__opts__) | |
__opts__['grains'] = __grains__ | |
__salt__ = salt.loader.minion_mods(__opts__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment