Browse Source

Add missing comma (#4636)

pull/4640/head
Andreas Krüger 5 years ago
committed by Kubernetes Prow Robot
parent
commit
86d0e12695
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

@ -184,7 +184,7 @@ Vagrant.configure("2") do |config|
"download_run_once": "False",
"download_localhost": "False",
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}"
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}",
"ansible_ssh_user": SUPPORTED_OS[$os][:user]
}

Loading…
Cancel
Save