Add missing comma (#4636)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4e81bcc147
commit
86d0e12695
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user