This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
Force the provisioners to run (or prevent them from doing so).
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Snapshot Restore Settings Extensions
Syntax
public static VagrantSnapshotRestoreSettings RunProvisioners(this VagrantSnapshotRestoreSettings settings, bool run = true)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
run | bool | Whether to force provisioners to run. Defaults to true |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |