Skip to content

Commit

Permalink
Merge pull request #6 from hfm/fix-boxname
Browse files Browse the repository at this point in the history
Rename centos7.1.box centos7.box
  • Loading branch information
hfm committed Dec 16, 2015
2 parents f2d3319 + f342494 commit d5eed13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

Vagrant.configure("2") do |config|
config.vm.box = "centos7"
config.vm.box_url = "./centos7.1.box"
config.vm.box_url = "./centos7.box"
end
4 changes: 2 additions & 2 deletions packer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"builders": [
{
"vm_name": "centos7.1",
"vm_name": "centos7",
"guest_os_type": "RedHat_64",
"iso_checksum_type": "sha256",
"iso_checksum": "9ed9ffb5d89ab8cca834afce354daa70a21dcb410f58287d6316259ff89758f5",
Expand Down Expand Up @@ -47,7 +47,7 @@
{
"type": "vagrant",
"compression_level": 9,
"output": "centos7.1.box"
"output": "centos7.box"
}
]
}

0 comments on commit d5eed13

Please sign in to comment.