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