Skip to content

Commit

Permalink
Don't use the default venv-salt-minion to allow the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Jul 31, 2024
1 parent f47c126 commit 649de11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ module "salt-migration-minion" {
auto_connect_to_master = true
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = false
}

module "slemicro51-minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ module "salt-migration-minion" {
auto_connect_to_master = true
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = false
}

module "slemicro51-minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ module "salt-migration-minion" {
auto_connect_to_master = true
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = false
}

module "slemicro51-minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ module "salt-migration-minion" {
auto_connect_to_master = true
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = false
}

module "slemicro51-minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ module "salt-migration-minion" {
auto_connect_to_master = true
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = false
}

module "slemicro51-minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ module "salt-migration-minion" {
auto_connect_to_master = true
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = false
}


Expand Down

0 comments on commit 649de11

Please sign in to comment.