Sha256: 99a86716833f404058f190b364036d9298a41ff4d03f40614d87c9295c1e8c02

Contents?: true

Size: 151 Bytes

Versions: 62

Compression:

Stored size: 151 Bytes

Contents

module VagrantPlugins
  module NoopDeploy
    class Push < Vagrant.plugin("2", :push)
      def push
        puts "pushed"
      end
    end
  end
end

Version data entries

62 entries across 55 versions & 7 rubygems

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/pushes/noop/push.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/pushes/noop/push.rb