Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Vagrant::Config.run do |config|
config.vm.share_folder("platforms", "/var/aegir/platforms/.", "../platforms", :owner => "aegir", :group => "www-data")
config.vm.share_folder("builds", "/var/aegir/builds", "../builds", :owner => "aegir", :group => "aegir")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment