Skip to content

Commit

Permalink
Enable Salt bundle on Liberty 9
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Sep 2, 2024
1 parent ea42a5b commit 407d1fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,8 @@ module "liberty9_minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_minion" {
Expand Down Expand Up @@ -1100,11 +1097,8 @@ module "liberty9_ssh_minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_ssh_minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,8 @@ module "liberty9_minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_minion" {
Expand Down Expand Up @@ -1371,11 +1368,8 @@ module "liberty9_ssh_minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_ssh_minion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,8 @@ module "liberty9-minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9-minion" {
Expand Down Expand Up @@ -1022,11 +1019,8 @@ module "liberty9-sshminion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9-sshminion" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,11 +612,8 @@ module "liberty9_minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_minion" {
Expand Down Expand Up @@ -1270,11 +1267,8 @@ module "liberty9_ssh_minion" {
use_os_released_updates = false
ssh_key_path = "./salt/controller/id_rsa.pub"

// disabled since we do not register Liberty with an RMT server
// so we do not have a repository available to install the Salt
// Bundle from
// additional_packages = [ "venv-salt-minion" ]
// install_salt_bundle = true
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
}

module "oracle9_ssh_minion" {
Expand Down

0 comments on commit 407d1fb

Please sign in to comment.