Sha256: 6b1e9c4df2d8c7a6942e00c440e955c218ccb61870e0fd5e45863cd819781cc3
Contents?: true
Size: 488 Bytes
Versions: 2
Compression:
Stored size: 488 Bytes
Contents
module HashiCorp module VagrantVMwareworkstation module Action class SnapshotTake def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant_snap.actions.vm.snapshot_take.taking") env[:machine].provider.driver.snapshot_take @app.call(env) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems