You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using packerlicious 0.6.0 (latest as of)
Expected behavior
Tried building VMWare-iso json file with 'format' prop.
Actual behavior
'format' prop is not found inside the builder.py VMWare-iso method.
Steps to reproduce
builder.VMwareIso(format = 'ovf')
This should allow a build, but instead it returns an error because 'format' is not a prop. I made a personal hotfix in the builder.py to allow format.
The text was updated successfully, but these errors were encountered:
Version
Currently using packerlicious 0.6.0 (latest as of)
Expected behavior
Tried building VMWare-iso json file with 'format' prop.
Actual behavior
'format' prop is not found inside the builder.py VMWare-iso method.
Steps to reproduce
builder.VMwareIso(format = 'ovf')
This should allow a build, but instead it returns an error because 'format' is not a prop. I made a personal hotfix in the builder.py to allow format.
The text was updated successfully, but these errors were encountered: