Sha256: 03aa17ffcc8c9a1b0e813ff3c4ef05d08c2638a54d14f11f5a79ff4493633e15

Contents?: true

Size: 262 Bytes

Versions: 13

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

13 entries across 13 versions & 1 rubygems

Version Path
lxd-common-0.9.8 Vagrantfile
lxd-common-0.9.7 Vagrantfile
lxd-common-0.9.6 Vagrantfile
lxd-common-0.9.5 Vagrantfile
lxd-common-0.9.4 Vagrantfile
lxd-common-0.9.3 Vagrantfile
lxd-common-0.9.2 Vagrantfile
lxd-common-0.9.1 Vagrantfile
lxd-common-0.9.0 Vagrantfile
lxd-common-0.8.1 Vagrantfile
lxd-common-0.8.0 Vagrantfile
lxd-common-0.7.0 Vagrantfile
lxd-common-0.6.0 Vagrantfile