You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2018. It is now read-only.
| provision > script > path | string | Relative path from Vagrantfile of your script ||
65
70
|||||
66
-
|**plugin**||||
67
-
|plugin > hostsupdater > enable | boolean | Enable or not hostsupdater plugin |https://github.com/cogitatio/vagrant-hostsupdater|
68
-
|plugin > hostsupdater > permanent | boolean | Your changes to /etc/hosts will be permanent | Only if you destroy the machine, entries in /etc/hosts will be removed |
69
-
|plugin > hostsupdater > aliases | array | domain aliases for the same ip | Leave blank for no aliases |
71
+
|**plugins**||||
72
+
|plugins > hostsupdater > enable | boolean | Enable or not hostsupdater plugin |https://github.com/cogitatio/vagrant-hostsupdater|
73
+
|plugins > hostsupdater > permanent | boolean | Your changes to /etc/hosts will be permanent | Only if you destroy the machine, entries in /etc/hosts will be removed |
74
+
|plugins > hostsupdater > aliases | array | domain aliases for the same ip | Leave blank for no aliases |
70
75
|||||
71
76
|**share**||||
72
77
| share > folder | group field | Group of shared folder via virtualbox system |https://www.vagrantup.com/docs/synced-folders/basic_usage.html|
@@ -79,6 +84,8 @@ Tab indent: 4 spaces or tab
79
84
| rsync > folder | group field | Group of sync folder via rsync ||
80
85
| rsync > folder > host_folder | string | Path of the folder on your machine ||
81
86
| rsync > folder > vagrant_folder | string | Path of the folder inside vagrant machine ||
0 commit comments