Skip to content

Instantly share code, notes, and snippets.

@hferentschik
Last active June 29, 2016 12:44
Show Gist options
  • Save hferentschik/24be39068a2d1f657656ecbff2ab60ea to your computer and use it in GitHub Desktop.
Save hferentschik/24be39068a2d1f657656ecbff2ab60ea to your computer and use it in GitHub Desktop.
Vagrant.configure('2') do |config|
config.vm.box = 'debian/jessie64'
config.vm.hostname = 'snafu.foo.bar'
config.vm.network :private_network, type: 'dhcp'
config.vm.synced_folder '.', '/vagrant', disabled: true
config.landrush.enabled = true
config.landrush.tld = 'foo.bar'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment