Sha256: 0b078a9763186af277a6964162ae1b388ffca55dca63a13edf9e0e1b68daa457
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
require 'vagrant-phpstorm-tunnel/configurator' module VagrantPhpstormTunnel class Plugin < Vagrant.plugin('2') name 'vagrant-phpstorm-tunnel' %w{up provision reload}.each do |action| action_hook(:install_tunnel, "machine_action_#{action}".to_sym) do |hook| hook.append VagrantPhpstormTunnel::Configurator end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-phpstorm-tunnel-0.1.1 | lib/vagrant-phpstorm-tunnel.rb |
vagrant-phpstorm-tunnel-0.1.0 | lib/vagrant-phpstorm-tunnel.rb |