Skip to content

Commit

Permalink
Avoid explicit reading of /etc/salt/minion (bsc#1220357)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel A. Wozniak <[email protected]>
  • Loading branch information
vzhestkov and dwoz authored Sep 25, 2024
1 parent 1be3f92 commit bbdb569
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt/utils/azurearm.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
except ImportError:
HAS_AZURE = False

__opts__ = salt.config.minion_config("/etc/salt/minion")
__salt__ = salt.loader.minion_mods(__opts__)

log = logging.getLogger(__name__)

Expand Down

0 comments on commit bbdb569

Please sign in to comment.