From f3424942138c18b5208b948ad7a568685d1f49f0 Mon Sep 17 00:00:00 2001 From: OKUMURA Takahiro Date: Wed, 16 Dec 2015 13:53:15 +0900 Subject: [PATCH] Rename centos7.1.box centos7.box --- Vagrantfile | 2 +- packer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 1fbc587..cca40f3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 diff --git a/packer.json b/packer.json index 188a9a4..9caf77f 100644 --- a/packer.json +++ b/packer.json @@ -1,7 +1,7 @@ { "builders": [ { - "vm_name": "centos7.1", + "vm_name": "centos7", "guest_os_type": "RedHat_64", "iso_checksum_type": "sha256", "iso_checksum": "9ed9ffb5d89ab8cca834afce354daa70a21dcb410f58287d6316259ff89758f5", @@ -47,7 +47,7 @@ { "type": "vagrant", "compression_level": 9, - "output": "centos7.1.box" + "output": "centos7.box" } ] }