Skip to content

Commit

Permalink
Issue 154 - Add support for esxi_host into vsphere postprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
gnewson committed Oct 22, 2018
1 parent 9a5373b commit 0bcd6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packerlicious/post_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ class VSphere(PackerPostProcessor):
'username': (str, True),
'vm_name': (str, True),
'datastore': (str, False),
'esxi_host': (str, False),
'disk_mode': (str, False),
'insecure': (validator.boolean, False),
'resource_pool': (str, False),
Expand Down

0 comments on commit 0bcd6a4

Please # to comment.