Projects STRLCPY GOAD Commits 6bae1c1c
🤬
  • Fix issue Vagrant SSL and new feature on GOAD

    I have written a document explaining the SSL certificate problem/solution in Vagrant and the new feature, the document can be found at the following url: https://github.com/xllauca/dotfiles/blob/master/Fix-GOAD.md
  • Loading...
  • Xavier Llauca committed with GitHub 2 years ago
    6bae1c1c
    1 parent 1421f90a
  • ■ ■ ■ ■ ■ ■
    Vagrantfile
    skipped 60 lines
    61 61   boxes.each do |box|
    62 62   config.vm.define box[:name] do |target|
    63 63   # BOX
     64 + target.vm.provider "virtualbox" do |v|
     65 + v.name = box[:name]
     66 + end
     67 + target.vm.box_download_insecure = box[:box]
    64 68   target.vm.box = box[:box]
    65 69   if box.has_key?(:box_version)
    66 70   target.vm.box_version = box[:box_version]
    skipped 26 lines
Please wait...
Page is in error, reload to recover