Skip to content

Commit bbdb569

Browse files
vzhestkovdwoz
andauthored
Avoid explicit reading of /etc/salt/minion (bsc#1220357)
Co-authored-by: Daniel A. Wozniak <[email protected]>
1 parent 1be3f92 commit bbdb569

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

salt/utils/azurearm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
except ImportError:
4848
HAS_AZURE = False
4949

50-
__opts__ = salt.config.minion_config("/etc/salt/minion")
51-
__salt__ = salt.loader.minion_mods(__opts__)
5250

5351
log = logging.getLogger(__name__)
5452

0 commit comments

Comments
 (0)