search module, wip
This commit is contained in:
parent
c2404760b8
commit
312c61ef61
11 changed files with 59 additions and 5 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
vb.cpus = 2
|
||||
end
|
||||
|
||||
config.vm.provision "shell", path: "install.sh", privileged: "false"
|
||||
config.vm.provision "shell", path: "install.sh", privileged: false
|
||||
end
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue