Skip to content

Commit

Permalink
Add venv-salt-minion also to centos7 instance in Head
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Feb 28, 2022
1 parent 951a3a5 commit 1ebdea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terracumber_config/tf_files/SUSEManager-Head-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ module "cucumber_testsuite" {
memory = 2048
vcpu = 2
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}
debian-minion = {
name = "min-ubuntu2004"
Expand Down
2 changes: 2 additions & 0 deletions terracumber_config/tf_files/SUSEManager-Head-refenv-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ module "redhat-minion" {
memory = 2048
vcpu = 2
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "debian-minion" {
Expand Down

0 comments on commit 1ebdea3

Please sign in to comment.