Vagrant

書き方 [#tf053754]

 # vim Vagrantfile
 Vagrantfileからの相対パスで記述する
 --- 
 config.vm.provision :shell, :path => "../shell/centos5-startup.sh"
 ---