Sha256: ad9b03dee31f2a9a3325a78ee86ae635e49b31b1ea37e298f3a5c6b53bfe7d3f
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 Bytes
Contents
module VagrantPlugins module Ventriloquist module Platforms class NodeJS < Platform def provision(machine) machine.guest.capability(:nodejs_install) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ventriloquist-0.2.0 | lib/ventriloquist/platforms/nodejs.rb |
ventriloquist-0.1.0 | lib/ventriloquist/platforms/nodejs.rb |