Skip to content

Commit

Permalink
Remove auto connection to host variable from build host
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 10, 2024
1 parent fa99ee7 commit 1383f07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,6 @@ module "sles12sp5_buildhost" {
server_configuration = {
hostname = "suma-bv-43-proxy.mgr.suse.de"
}
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down Expand Up @@ -1352,7 +1351,6 @@ module "sles15sp4_buildhost" {
server_configuration = {
hostname = "suma-bv-43-proxy.mgr.suse.de"
}
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,6 @@ module "sle12sp5_buildhost" {
server_configuration = {
hostname = "suma-bv-43-proxy.mgr.prv.suse.net"
}
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down Expand Up @@ -1687,7 +1686,6 @@ module "sle15sp4_buildhost" {
server_configuration = {
hostname = "suma-bv-43-proxy.mgr.prv.suse.net"
}
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down

0 comments on commit 1383f07

Please sign in to comment.