Fixed packer binaries

With the packer upgrade to version 0.7.5 the packer-command binaries are obsolete, and a new command for submitting packer images to Atlas has been added.

This corrects the installation. Sorry for missing this in the previous pull request.
This commit is contained in:
Daniel S. Reichenbach 2014-12-10 19:51:41 +01:00
parent 70c4b21578
commit 24dac9b2e9
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@ cask :v1 => 'packer' do
binary 'packer-builder-virtualbox-ovf'
binary 'packer-builder-vmware-iso'
binary 'packer-builder-vmware-vmx'
binary 'packer-command-build'
binary 'packer-command-fix'
binary 'packer-command-inspect'
binary 'packer-command-validate'
binary 'packer-post-processor-atlas'
binary 'packer-post-processor-compress'
binary 'packer-post-processor-docker-import'
binary 'packer-post-processor-docker-push'