Sha256: be8645a8b2df04f2957055611e2cad5ff97a47d9161ac41aed10002f9d9b6a98
Contents?: true
Size: 340 Bytes
Versions: 9
Compression:
Stored size: 340 Bytes
Contents
module VagrantPlugins module OpenStack module Action class MessageServerRunning def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_openstack.server_running", name: env[:machine].name)) @app.call(env) end end end end end
Version data entries
9 entries across 9 versions & 2 rubygems