vagrantHost: Create a 'vagrantHost' object

Description Usage Arguments Details Value

Description

Create a moduleHost object of class vagrantHost to describe a vagrant machine for executing module source scripts.

Usage

1
2
vagrantHost(vagrantfile, hostdir = dirname(vagrantfile),
  guestdir = "/vagrant")

Arguments

vagrantfile

Path to vagrantfile

hostdir

Host synced folder path

guestdir

Guest synced folder path

Details

The default setup for vagrant synced folders is for the directory where the Vagrantfile is found to be synced to ‘/vagrant’ on the vagrant guest. If the vagtant machine describes a different synced folder setup the synced folder on the host machine can be specified with hostdir, and on the vagrant guest with guestdir.

Value

Object of class vagrantHost and moduleHost


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.