Sha256: e5d44c5e6830fa441a70a0315dd313f37ff20e0eb30a36c873dffe581b4b94df

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.require_plugin 'vagrant-notify'
Vagrant.require_plugin 'vagrant-lxc'

Vagrant.configure("2") do |config|
  config.vm.box = "raring64"
  config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root'

  config.vm.define :vm1
  config.vm.define :vm2
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-notify-0.5.0 development/Vagrantfile
vagrant-notify-0.4.0 development/Vagrantfile