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 12, 2023
1 parent c9c5535 commit e1c7176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cucumber_testsuite/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ module "debian-minion" {

auto_connect_to_master = false
ssh_key_path = "./salt/controller/id_rsa.pub"
install_salt_bundle = lookup(local.install_salt_bundle, "debian-minion", false)
install_salt_bundle = image == "debian12o" ? true : lookup(local.install_salt_bundle, "debian-minion", false)

additional_repos = lookup(local.additional_repos, "debian-minion", {})
additional_repos_only = lookup(local.additional_repos_only, "debian-minion", false)
Expand Down

0 comments on commit e1c7176

Please sign in to comment.