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-1.5.2 Vagrantfile
fluentd-1.5.1-x86-mingw32 Vagrantfile
fluentd-1.5.1-x64-mingw32 Vagrantfile
fluentd-1.5.1 Vagrantfile
fluentd-1.5.0-x86-mingw32 Vagrantfile
fluentd-1.5.0-x64-mingw32 Vagrantfile
fluentd-1.5.0 Vagrantfile
fluentd-1.5.0.rc1 Vagrantfile
fluentd-1.4.2-x64-mingw32 Vagrantfile
fluentd-1.4.2-x86-mingw32 Vagrantfile
fluentd-1.4.2 Vagrantfile
fluentd-1.4.1-x86-mingw32 Vagrantfile
fluentd-1.4.1-x64-mingw32 Vagrantfile
fluentd-1.4.1 Vagrantfile
fluentd-1.4.0-x86-mingw32 Vagrantfile
fluentd-1.4.0-x64-mingw32 Vagrantfile
fluentd-1.4.0 Vagrantfile
fluentd-1.3.3-x64-mingw32 Vagrantfile
fluentd-1.3.3-x86-mingw32 Vagrantfile
fluentd-1.3.3 Vagrantfile