Updated system hostname to tedivm.com

This commit is contained in:
Robert Hafner 2013-12-01 23:05:55 -08:00
parent 63a358bcfa
commit 13514054d9
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if which postfix > /dev/null; then
echo 'Postfix is already installed'
else
echo 'Installing Postfix'
sudo debconf-set-selections <<< "postfix postfix/mailname string precise64"
sudo debconf-set-selections <<< "postfix postfix/mailname string tedivm.com"
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local only'"
sudo apt-get -qq update
sudo apt-get -qq -y install postfix mailutils

View File

@ -25,6 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Create a private network, which allows host-only access to the machine
# using a specific IP.
config.vm.hostname = "tedivm.com"
config.vm.network :private_network, ip: "172.31.1.2"
# Create a public network, which generally matched to bridged network.