Sha256: cac97d6739172c228c8784eabfba17418bc5081d5b2990dac3dff0664e41a809
Contents?: true
Size: 345 Bytes
Versions: 17
Compression:
Stored size: 345 Bytes
Contents
module VagrantPlugins module Cloudstack module Action class MessageWillNotDestroy def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_cloudstack.will_not_destroy", name: env[:machine].name)) @app.call(env) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems