Sha256: 373bb5e1f2b4d4183d486b5c2d2f7c581c6cf3836c61e7ba8235e0a51f34f32b

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

module VagrantPlugins
  module Ventriloquist
    module Platforms
      class Erlang < Platform
        def provision(machine)
          machine.guest.capability(:erlang_install)
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ventriloquist-0.4.1 lib/ventriloquist/platforms/erlang.rb
ventriloquist-0.4.0 lib/ventriloquist/platforms/erlang.rb
ventriloquist-0.3.2 lib/ventriloquist/platforms/erlang.rb
ventriloquist-0.3.1 lib/ventriloquist/platforms/erlang.rb
ventriloquist-0.3.0 lib/ventriloquist/platforms/erlang.rb
ventriloquist-0.2.1 lib/ventriloquist/platforms/erlang.rb
ventriloquist-0.2.0 lib/ventriloquist/platforms/erlang.rb