Skip to content

Commit

Permalink
Debian 12 is bundle-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Oct 13, 2023
1 parent bb089a6 commit d6920db
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ module "ubuntu2004-minion" {
// provider_settings = {
// instance_type = "t3a.medium"
// }
//
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
//}

module "rocky8-minion" {
Expand Down Expand Up @@ -500,6 +503,9 @@ module "ubuntu2004-sshminion" {
// provider_settings = {
// instance_type = "t3a.medium"
// }
//
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
//}

module "rocky8-sshminion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,9 @@ module "debian12-minion" {
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

// WORKAROUND: overdrive3 has been disconnected by mistake
Expand Down Expand Up @@ -1102,6 +1105,9 @@ module "debian12-sshminion" {
}
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

// WORKAROUND: overdrive3 has been disconnected by mistake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,9 @@ module "debian12-sshminion" {
}
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "opensuse154arm-sshminion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,9 @@ module "debian12-minion" {
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

// WORKAROUND: overdrive3 has been disconnected by mistake
Expand Down Expand Up @@ -920,6 +923,9 @@ module "debian12-sshminion" {
}
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

// WORKAROUND: overdrive3 has been disconnected by mistake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,9 @@ module "debian12-minion" {
auto_connect_to_master = false
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "opensuse154arm-minion" {
Expand Down Expand Up @@ -1180,6 +1183,9 @@ module "debian12-sshminion" {
}
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "opensuse154arm-sshminion" {
Expand Down

0 comments on commit d6920db

Please sign in to comment.