Skip to content

Commit

Permalink
Remove Debian 9 comment from Uyuni BV
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Oct 20, 2023
1 parent 04327fa commit 981aee0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,6 @@ module "ubuntu2204-minion" {
ssh_key_path = "./salt/controller/id_rsa.pub"
}

// Debian 9 is not supported by 4.3

module "debian10-minion" {
source = "./modules/minion"
base_configuration = module.base_core.configuration
Expand Down Expand Up @@ -881,8 +879,6 @@ module "ubuntu2204-sshminion" {
ssh_key_path = "./salt/controller/id_rsa.pub"
}

// Debian 9 is not supported by 4.3

module "debian10-sshminion" {
source = "./modules/sshminion"
base_configuration = module.base_core.configuration
Expand Down

0 comments on commit 981aee0

Please sign in to comment.