소스 검색

update hostname for vagrat

Oz N Tiram 8 년 전
부모
커밋
99f6415920
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -11,6 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
   # Every Vagrant virtual environment requires a box to build off of.
   config.vm.box = "ubuntu/trusty64"
+  config.vm.hostname = "pwman-dev"
   config.vm.provision :shell, path: "provision_vagrant.sh"
 
   # The url from where the 'config.vm.box' box will be fetched if it