Skip to content

Commit

Permalink
Merge pull request boxcutter#67 from jozefizso/fix/tweak_json_packer_…
Browse files Browse the repository at this point in the history
…settings

Use correct setting names from packer 0.10
  • Loading branch information
rasa committed Apr 28, 2016
2 parents 2d45bf6 + 1adbd32 commit a123ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/tweak-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ def touch_by_file(filename, touch_filename):
a['skip_compaction'] = compression_level == 0

if winrm:
a['communicator_type'] = 'winrm'
a['communicator'] = 'winrm'
a['winrm_username'] = 'vagrant'
a['winrm_password'] = 'vagrant'
a['winrm_wait_timeout'] = timeout_seconds + 's'
a['winrm_timeout'] = timeout_seconds + 's'

if not tools_upload_flavor:
if 'tools_upload_flavor' in a:
Expand Down

0 comments on commit a123ebc

Please sign in to comment.