dirname changed to project root const
This commit is contained in:
parent
e35e2fbb04
commit
07284b4003
|
@ -10,7 +10,7 @@ Vagrant::Config.run do |config|
|
|||
config.ssh.forwarded_port_key = "ssh"
|
||||
config.ssh.max_tries = 10
|
||||
config.ssh.timeout = 30
|
||||
config.ssh.private_key_path = File.join(File.dirname(__FILE__), '..', 'keys', 'vagrant')
|
||||
config.ssh.private_key_path = File.join(PROJECT_ROOT, 'keys', 'vagrant')
|
||||
|
||||
config.vm.box_ovf = "box.ovf"
|
||||
config.vm.base_mac = "0800279C2E42"
|
||||
|
|
Loading…
Reference in New Issue