Skip to content

Commit

Permalink
Merge pull request #453 from chef/hotfix-fedora-21-i386
Browse files Browse the repository at this point in the history
Fixing templates
  • Loading branch information
Seth Thomas committed Sep 18, 2015
2 parents 81dcfbc + 7011123 commit 7cb1822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora-20-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"http_directory": "http",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}"
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}",
"output_directory": "packer-{{user `template`}}-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down
2 changes: 1 addition & 1 deletion fedora-21-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"http_directory": "http",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}"
"iso_url": "{{user `mirror`}}/{{user `mirror_directory`}}/{{user `iso_name`}}",
"output_directory": "packer-{{user `template`}}-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down

0 comments on commit 7cb1822

Please sign in to comment.