Skip to content

Commit

Permalink
Fix Salt shaker numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Oct 16, 2024
1 parent 16d6bff commit 5959748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 5959748

Please sign in to comment.