diff --git a/packer/rhel-7.0-x86_64.json b/packer/rhel-7.0-x86_64.json index fc7cba27d..35d1dc726 100644 --- a/packer/rhel-7.0-x86_64.json +++ b/packer/rhel-7.0-x86_64.json @@ -9,9 +9,9 @@ "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", "guest_os_type": "RedHat_64", "http_directory": "http", - "iso_checksum": "bea5e951342a7ab0233219c3deb3b3acff023ea5dc67a9a4564a97a89364f192", + "iso_checksum": "85a9fedc2bf0fc825cc7817056aa00b3ea87d7e111e0cf8de77d3ba643f8646c", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rc/7/Server/x86_64/iso/rhel-server-7.0-x86_64-dvd.iso", + "iso_url": "{{user `mirror`}}/rhel-server-7.0-x86_64-dvd.iso", "output_directory": "packer-rhel-7.0-x86_64-virtualbox", "shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p", "ssh_password": "vagrant", @@ -44,9 +44,9 @@ "disk_size": 40960, "guest_os_type": "redhat-64", "http_directory": "http", - "iso_checksum": "bea5e951342a7ab0233219c3deb3b3acff023ea5dc67a9a4564a97a89364f192", + "iso_checksum": "85a9fedc2bf0fc825cc7817056aa00b3ea87d7e111e0cf8de77d3ba643f8646c", "iso_checksum_type": "sha256", - "iso_url": "{{user `mirror`}}/rc/7/Server/x86_64/iso/rhel-server-7.0-x86_64-dvd.iso", + "iso_url": "{{user `mirror`}}/rhel-server-7.0-x86_64-dvd.iso", "output_directory": "packer-rhel-7.0-x86_64-vmware", "shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p", "ssh_password": "vagrant", @@ -89,7 +89,7 @@ ], "variables": { "chef_version": "provisionerless", - "mirror": "http://ftp.redhat.com/redhat/rhel" + "mirror": "http://put-your-mirror-here/" } }