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
I really like your provisionner scripts, thanks for sharing.
It could be great to implement some yaml files configuration instead of needing to edit the vagrantfile.
There is a a great example on Cakebox.
So, the main Vagrant file could look something like this :
So you can keep using your curl command to download the main vagrant file, and it allow the user to have two choices :
use require github_url + '/scripts/Vagrantfile.rb' so the user will not only use the last scripts, but also the last vagrantfile.
use require path + '/scripts/Vagrantfile.rb' so the user can use his own copy of vagrantfile locally (would maybe require initilisation via git clone instead of curl)
What do you think ?
The text was updated successfully, but these errors were encountered:
Hi there !
I really like your provisionner scripts, thanks for sharing.
It could be great to implement some yaml files configuration instead of needing to edit the vagrantfile.
There is a a great example on Cakebox.
So, the main Vagrant file could look something like this :
So you can keep using your curl command to download the main vagrant file, and it allow the user to have two choices :
require github_url + '/scripts/Vagrantfile.rb'
so the user will not only use the last scripts, but also the last vagrantfile.require path + '/scripts/Vagrantfile.rb'
so the user can use his own copy of vagrantfile locally (would maybe require initilisation via git clone instead of curl)What do you think ?
The text was updated successfully, but these errors were encountered: