VagrantSnapshotRestoreSettingsExtensions.

RunProvisioners(VagrantSnapshotRestoreSettings, bool) Method

Summary

Force the provisioners to run (or prevent them from doing so).

Syntax

public static VagrantSnapshotRestoreSettings RunProvisioners(this VagrantSnapshotRestoreSettings settings, bool run = true)

Parameters

Name Type Description
settings VagrantSnapshotRestoreSettings The settings
run bool Whether to force provisioners to run. Defaults to true

Return Value

Type Description
VagrantSnapshotRestoreSettings The updated settings object