Removed useless Vagrant configuraiton line.

ldap
Cédric Bonhomme 2018-10-11 10:01:35 +02:00
parent 7fd91b156c
commit 609c006493
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 0 additions and 1 deletions

1
vagrant/Vagrantfile vendored
View File

@ -10,7 +10,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
#config.vm.box = "bento/ubuntu-16.04"
config.vm.box = "ubuntu/bionic64"
config.vm.provision :shell, path: "bootstrap.sh", args: "#{ENV['GITHUB_AUTH_TOKEN']}"