dirname changed to project root const

This commit is contained in:
John Bender 2010-03-12 01:37:45 -08:00
parent e35e2fbb04
commit 07284b4003
1 changed files with 1 additions and 1 deletions

View File

@ -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"