Merge pull request #4 from ccrouch/patch-1

stop default MAC addresses
This commit is contained in:
Ryan Brady 2014-03-12 21:16:20 -04:00
commit 2787e7df29
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CPU=${CPU:-1}
MEM=${MEM:-2048}
DISK=${DISK:-30}
ARCH=${ARCH:-amd64}
MACS=${MACS:-"52:54:00:b5:bd:f0 52:54:00:f2:be:f0"}
MACS=${MACS:-}
PM_IPS=${PM_IPS:-}
PM_USERS=${PM_USERS:-}
PM_PASSWORDS=${PM_PASSWORDS:-}