Sha256: 4d29fdd5c32e67ec45b4ea2bcdcf546e818bc78891fb9d4161936e2f88a46412
Contents?: true
Size: 410 Bytes
Versions: 9
Compression:
Stored size: 410 Bytes
Contents
module VagrantPlugins module Exec class Plugin < Vagrant.plugin(2) name 'vagrant-exec' description 'Plugin allows to execute commands within the context of synced folder.' config :exec do require_relative 'config' Config end command :exec do require_relative 'command' Command end end # Plugin end # Exec end # VagrantPlugins
Version data entries
9 entries across 9 versions & 1 rubygems