Sha256: 0883b2b31b2e99216cabc29477571a0e6698f98015347dcf9f43e88dc67c6332

Contents?: true

Size: 553 Bytes

Versions: 134

Compression:

Stored size: 553 Bytes

Contents

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

Vagrant.configure(2) do |config|
  config.vm.box = "ubuntu/trusty64"
  config.vm.network "private_network", type: "dhcp"
  config.vm.provision "shell", inline: <<-SHELL
    sudo apt-get install -y software-properties-common
    sudo apt-add-repository ppa:brightbox/ruby-ng
    sudo apt-get update
    sudo apt-get install -y build-essential git ruby2.3 ruby2.3-dev
    sudo apt-get install -y ruby-switch
    sudo ruby-switch --set ruby2.3
    gem install bundler
    (cd /vagrant; bundle install)
  SHELL
end

Version data entries

134 entries across 134 versions & 2 rubygems

Version Path
fluentd-0.14.17-x64-mingw32 Vagrantfile
fluentd-0.14.17 Vagrantfile
fluentd-0.14.16 Vagrantfile
fluentd-0.14.15 Vagrantfile
fluentd-0.14.14 Vagrantfile
fluentd-0.14.14.pre.1 Vagrantfile
fluentd-0.14.13-x86-mingw32 Vagrantfile
fluentd-0.14.13-x64-mingw32 Vagrantfile
fluentd-0.14.13 Vagrantfile
fluentd-0.14.12-x64-mingw32 Vagrantfile
fluentd-0.14.12-x86-mingw32 Vagrantfile
fluentd-0.14.12 Vagrantfile
fluentd-0.14.11-x64-mingw32 Vagrantfile
fluentd-0.14.11-x86-mingw32 Vagrantfile
fluentd-0.14.11 Vagrantfile
fluentd-0.14.10-x64-mingw32 Vagrantfile
fluentd-0.14.10-x86-mingw32 Vagrantfile
fluentd-0.14.10 Vagrantfile
fluentd-0.14.9 Vagrantfile
fluentd-0.14.8 Vagrantfile