fixed rename
This commit is contained in:
부모
2233205e0e
커밋
613d1c6ca3
6개의 변경된 파일과 38개의 추가작업 그리고 38개의 파일을 삭제
8
Vagrantfile
vendored
8
Vagrantfile
vendored
|
@ -7,6 +7,14 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
salt.minion_config = "srv/minion"
|
||||
salt.run_highstate = true
|
||||
end
|
||||
config.vm.provider :digital_ocean do |provider, override|
|
||||
override.ssh.private_key_path = '~/.ssh/id_dsa'
|
||||
override.vm.box = 'digital_ocean'
|
||||
override.vm.box_url = "https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box"
|
||||
|
||||
provider.client_id = ''
|
||||
provider.api_key = ''
|
||||
end
|
||||
end
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue