diff --git a/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Next-Ubuntu2404-Bundle.tf b/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Next-Ubuntu2404-Bundle.tf index 2d44bd762..7a108856d 100644 --- a/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Next-Ubuntu2404-Bundle.tf +++ b/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Next-Ubuntu2404-Bundle.tf @@ -107,7 +107,7 @@ module "salt-shaker-products-next" { image = "ubuntu2404o" salt_obs_flavor = "saltstack:products:next" provider_settings = { - mac = "aa:b2:93:01:01:ef" + mac = "aa:b2:93:01:01:ee" } } diff --git a/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Testing-Ubuntu2404-Bundle.tf b/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Testing-Ubuntu2404-Bundle.tf index 2d4b15e73..9bae29c9b 100644 --- a/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Testing-Ubuntu2404-Bundle.tf +++ b/terracumber_config/tf_files/salt-shaker/Salt-Shaker-Testing-Ubuntu2404-Bundle.tf @@ -107,7 +107,7 @@ module "salt-shaker-products-testing" { image = "ubuntu2404o" salt_obs_flavor = "saltstack:products:testing" provider_settings = { - mac = "aa:b2:93:01:01:ee" + mac = "aa:b2:93:01:01:ed" } }