manage screenrc and set hostname in vagrant box

This commit is contained in:
Jan Dittberner 2015-10-11 12:02:22 +02:00
parent 33338af352
commit 6a0f88d7d4
3 changed files with 23 additions and 0 deletions

2
Vagrantfile vendored
View file

@ -14,6 +14,8 @@ Vagrant.configure(2) do |config|
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "debian/jessie64"
config.vm.hostname = "gva-dev"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended.