search module, wip

This commit is contained in:
scragg 2014-11-10 10:54:46 -06:00
parent c2404760b8
commit 312c61ef61
11 changed files with 59 additions and 5 deletions

2
Vagrantfile vendored
View file

@ -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|