Sha256: f0415f310ed9a210d5abe6615a79ac820c3b7490d2bd35044430ea8369d07fa8
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 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.provider 'virtualbox' do |vb| # vb.memory = '512' # end # apt-get install -y -t xenial-backports lxd lxd-client config.vm.provision 'chef_apply' do |chef| chef.recipe = File.read 'spec/provision_recipe.rb' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lxd-common-0.5.0 | Vagrantfile |
lxd-common-0.4.1 | Vagrantfile |