Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Add notes for starting salt master
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d committed Aug 27, 2024
1 parent c9b9bc2 commit b701584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/soluble_master/soluble/master.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
async def setup(hub, name: str):
"""Setup the ephemeral master using raw Salt execution modules."""
# TODO currently this requires a master to already be available to the ssh-target
# In order for this to start a master from scratch, we need to start a master on the local host
# And copy a minion config that points the salt-ssh targets back to the host running soluble
# This is just a temporary master so we can get SSH started
config = hub.soluble.RUN[name]

# Copy the master config to the target
Expand Down

0 comments on commit b701584

Please sign in to comment.