Vagrantfile: Add a stub here

Closes: #269
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-03-10 19:18:06 -05:00 committed by Colin Walters (automation)
parent 3aaae9ecb4
commit 9541cc693f

13
Vagrantfile vendored Normal file
View File

@ -0,0 +1,13 @@
# vi: set ft=ruby :
# In the future, this might do something more interesting
# like contain code to sync git from the local dir into
# the system and do builds/installs there. But for
# now at least this exists as a starting point, and
# once `ostree admin unlock` exists in the next version,
# things will be a bit simpler.
Vagrant.configure(2) do |config|
config.vm.box = "fedora/23-atomic-host"
config.vm.hostname = "fedoraah-dev"
end