Skip to content

Commit 7d46cc4

Browse files
committed
Fix a duplicate in mac addresses
1 parent b30d1ff commit 7d46cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terracumber_config/tf_files/Uyuni-Master-NUE.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module "cucumber_testsuite" {
179179
xen-host = {
180180
image = "opensuse152o"
181181
provider_settings = {
182-
mac = "AA:B2:93:00:01:08"
182+
mac = "AA:B2:93:00:00:0A"
183183
}
184184
}
185185
}

0 commit comments

Comments
 (0)