Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
give pypi development vagrant a hostname and internal ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Nov 29, 2013
1 parent 1728f1e commit dac07e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Vagrant.configure("2") do |config|
unless ENV['VAGRANT_SKIP_PYPI_DEV'] == '1'
config.vm.define "pypi_dev" do |pypi_dev|

pypi_dev.vm.hostname = "pypi-dev"
pypi_dev.vm.network "private_network", ip: "192.168.57.9"
pypi_dev.vm.network "private_network", ip: "172.16.57.9"

pypi_dev.vm.provision :salt do |s|
s.verbose = true
Expand Down

0 comments on commit dac07e1

Please sign in to comment.