Sha256: f358c5e693b77baaf38a2f7f7c6343ff775c57391f7eafbdf0d10043ab0ccca1
Contents?: true
Size: 260 Bytes
Versions: 13
Compression:
Stored size: 260 Bytes
Contents
module VagrantPlugins module CORL module Action class DeleteCache < BaseAction def call(env) super do @app.call env env[:ui].info I18n.t("corl.vagrant.actions.delete_cache.start") node.clear_cache end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems