Sha256: e10ee739c1d7f54eed6372fdb1d7c6a64c48805780a64ebf92a4d446af37d6af
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = "ubuntu/xenial64" # config.vm.box = 'ubuntu/trusty64' config.vm.provision "chef_apply" do |chef| chef.recipe = File.read "spec/provision_recipe.rb" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lxd-common-0.9.12 | Vagrantfile |
lxd-common-0.9.11 | Vagrantfile |
lxd-common-0.9.9 | Vagrantfile |