Sha256: 09a70ed760443a181d86358e0c55784d4fa53e94474a4cb603a7cc6c5f58f910

Contents?: true

Size: 277 Bytes

Versions: 62

Compression:

Stored size: 277 Bytes

Contents

module VagrantPlugins
  module NoopDeploy
    class Config < Vagrant.plugin("2", :config)
      def initialize
      end

      def finalize!
      end

      def validate(machine)
        errors = _detected_errors
        { "Noop push" => errors }
      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/config.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/pushes/noop/config.rb