Could just work as is but needs testing ``` YAML.parse(open('https://link_to_github_hosted/file.yaml')) ``` - Should not require (yet another) local file so maybe: - ask for user input during vagrant up/reload - parsing an env variable
Could just work as is but needs testing