Skip to content

Commit

Permalink
Fix salt states on paygo minions
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 13, 2024
1 parent da0651b commit 968587f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ module "sles15sp5_paygo_minion" {
server_configuration = module.server.configuration
auto_connect_to_master = false
use_os_released_updates = false
install_salt_bundle = false
ssh_key_path = "./salt/controller/id_rsa.pub"
additional_packages = [ "python-instance-billing-flavor-check" ]
}
Expand All @@ -279,6 +280,7 @@ module "sles15sp6_paygo_minion" {
server_configuration = module.server.configuration
auto_connect_to_master = false
use_os_released_updates = false
install_salt_bundle = false
ssh_key_path = "./salt/controller/id_rsa.pub"
additional_packages = [ "python-instance-billing-flavor-check" ]
}
Expand Down

0 comments on commit 968587f

Please sign in to comment.