mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
The virt minions should be using the salt master transport
This commit is contained in:
parent
0b99eaab0f
commit
9e785ce9a6
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,7 @@ def virt_minion_0(
|
|||
"root_dir": str(root_dir),
|
||||
"id": virt_minion_0_id,
|
||||
"open_mode": True,
|
||||
"transport": salt_master.config["transport"],
|
||||
}
|
||||
config_overrides = {"user": "root"}
|
||||
config = SaltVirtMinionContainerFactory.configure(
|
||||
|
@ -122,6 +123,7 @@ def virt_minion_1(
|
|||
"root_dir": str(root_dir),
|
||||
"id": virt_minion_1_id,
|
||||
"open_mode": True,
|
||||
"transport": salt_master.config["transport"],
|
||||
}
|
||||
config_overrides = {"user": "root"}
|
||||
config = SaltVirtMinionContainerFactory.configure(
|
||||
|
|
Loading…
Add table
Reference in a new issue