Skip to content

Commit

Permalink
Merge pull request #86 from tduffield/remove-name-field
Browse files Browse the repository at this point in the history
removed name field from all templates
  • Loading branch information
tduffield committed Sep 30, 2013
2 parents 9ad721e + 15a4329 commit a446cc3
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 44 deletions.
2 changes: 0 additions & 2 deletions packer/centos-5.9-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-5.9-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-5.9-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/centos-5.9-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-5.9-x86_64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-5.9-x86_64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/centos-6.4-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-6.4-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-6.4-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/centos-6.4-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-6.4-x86_64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "centos-6.4-x86_64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/debian-6.0.7-amd64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"builders": [
{
"name": "debian-6.0.7-amd64-vbox",
"type": "virtualbox",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -50,7 +49,6 @@
]
},
{
"name": "debian-6.0.7-amd64-vmware",
"type": "vmware",
"boot_command": [
"<esc><wait>",
Expand Down
2 changes: 0 additions & 2 deletions packer/debian-6.0.7-i386.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"builders": [
{
"name": "debian-6.0.7-i386-vbox",
"type": "virtualbox",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -50,7 +49,6 @@
]
},
{
"name": "debian-6.0.7-i386-vmware",
"type": "vmware",
"boot_command": [
"<esc><wait>",
Expand Down
2 changes: 0 additions & 2 deletions packer/debian-7.1.0-amd64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"builders": [
{
"name": "debian-7.1.0-amd64-vbox",
"type": "virtualbox",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -50,7 +49,6 @@
]
},
{
"name": "debian-7.1.0-amd64-vmware",
"type": "vmware",
"boot_command": [
"<esc><wait>",
Expand Down
2 changes: 0 additions & 2 deletions packer/debian-7.1.0-i386.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"builders": [
{
"name": "debian-7.1.0-i386-vbox",
"type": "virtualbox",
"boot_command": [
"<esc><wait>",
Expand Down Expand Up @@ -50,7 +49,6 @@
]
},
{
"name": "debian-7.1.0-i386-vmware",
"type": "vmware",
"boot_command": [
"<esc><wait>",
Expand Down
2 changes: 0 additions & 2 deletions packer/fedora-18-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-18-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -53,7 +52,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "fedora-18-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/fedora-18-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-18-x86_64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -53,7 +52,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "fedora-18-x86_64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/fedora-19-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-19-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-19-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/fedora-19-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-19-x86_64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-19-x86_64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/fedora-20-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-20-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-19-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/fedora-20-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-20-x86_64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -51,7 +50,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "fedora-20-x86_64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-10.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-10.04-amd64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-10.04-amd64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-10.04-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-10.04-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-10.04-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-12.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"builders": [
{
"type": "virtualbox",
"name": "ubuntu-12.04-amd64-vbox",
"boot_command": [
"<esc><wait>",
"<esc><wait>",
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-12.04-amd64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-12.04-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-12.04-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-12.04-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-12.10-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-12.10-amd64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-12.10-amd64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-12.10-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-12.10-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-12.10-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-13.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-13.04-amd64-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -96,7 +95,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-13.04-amd64-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down
2 changes: 0 additions & 2 deletions packer/ubuntu-13.04-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"ssh_port": 22,
"ssh_username": "vagrant",
"ssh_wait_timeout": "10000s",
"name": "ubuntu-13.04-i386-vbox",
"type": "virtualbox",
"vboxmanage": [
[
Expand Down Expand Up @@ -95,7 +94,6 @@
"ssh_wait_timeout": "10000s",
"tools_upload_flavor": "linux",
"tools_upload_path": "/home/vagrant/vmware_tools.iso",
"name": "ubuntu-13.04-i386-vmware",
"type": "vmware",
"vmx_data": {
"cpuid.coresPerSocket": "1",
Expand Down

0 comments on commit a446cc3

Please sign in to comment.