Sha256: 07577fec0b31b2eb9f1a3b2df4dc72ae53183e866a4ad596697347a1ba73d74b
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true module VagrantPlugins module ScpSync # This defines the class for the plugin vagrant-scp-sync class Plugin < Vagrant.plugin('2') name 'vagrant-scp-sync' description <<-DESC Copy files to vagrant boxes via scp DESC command 'scp' do require_relative 'commands/scp' Command::ScpSync end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-scp-sync-0.5.8 | lib/vagrant-scp-sync/plugin.rb |