summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
new file mode 100644
index 00000000..6f0bf3b2
--- /dev/null
+++ b/Vagrantfile
@@ -0,0 +1,10 @@
+# -*- mode: ruby -*-
+# vi: set ft=ruby :
+ENV["LC_ALL"] = "C"
+
+Vagrant.configure("2") do |config|
+ config.vm.box = "isc/lxc-" + ENV['DISTRO']
+
+# config.vm.synced_folder '../../', '/isc-dhcp', disabled: true
+# config.vm.provision "shell", privileged: false, path: "/vagrant/vagrant-pkg.sh"
+end