mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 09:35:20 +00:00
initial commit of a base Vagrantfile
This commit is contained in:
parent
11f75580f8
commit
81b653980b
7
Vagrantfile
vendored
Executable file
7
Vagrantfile
vendored
Executable file
@ -0,0 +1,7 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.define "ubuntu" do |box|
|
||||
box.vm.box = "hashicorp/precise64"
|
||||
end
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user