We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be3f92 commit bbdb569Copy full SHA for bbdb569
salt/utils/azurearm.py
@@ -47,8 +47,6 @@
47
except ImportError:
48
HAS_AZURE = False
49
50
-__opts__ = salt.config.minion_config("/etc/salt/minion")
51
-__salt__ = salt.loader.minion_mods(__opts__)
52
53
log = logging.getLogger(__name__)
54
0 commit comments