Sha256: 64c71bfb658fcdef512019b93dbfc963bc2f5c67e6dc9aa6a2c94b8ecc044905

Contents?: true

Size: 331 Bytes

Versions: 27

Compression:

Stored size: 331 Bytes

Contents

module VagrantPlugins
  module AWS
    module Action
      class MessageWillNotDestroy
        def initialize(app, env)
          @app = app
        end

        def call(env)
          env[:ui].info(I18n.t("vagrant_aws.will_not_destroy", name: env[:machine].name))
          @app.call(env)
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 9 rubygems

Version Path
vagrant-aws-mscottford-0.8.2 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mscottford-0.8.1 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mscottford-0.8.0 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-gecko-aws-0.8.0 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.24 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-detiber-0.7.2.pre.4 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-detiber-0.7.2.pre.3 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-detiber-0.7.2.pre.2 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.22 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.16 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-iam-decoder-0.7.2 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.14 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.11 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.10 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.9 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-mkubenka-0.7.2.pre.8 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-0.7.2 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-0.7.1 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-0.7.0 lib/vagrant-aws/action/message_will_not_destroy.rb
vagrant-aws-0.6.0 lib/vagrant-aws/action/message_will_not_destroy.rb