Skip to content

Commit

Permalink
Removes vagrant-hostmanager plugin from Vagrantfile (#1311)
Browse files Browse the repository at this point in the history
The plugin is not used in the config anywhere, nor is the requirement
documented in our developer docs. Therefore let's remove it, because
first-time setup for SecureDrop VMs is a frustrating experience when
it's not nearly as simple as `vagrant up`.
  • Loading branch information
conorsch authored and garrettr committed May 27, 2016
1 parent 0db029a commit 4e9a584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Vagrant.configure("2") do |config|
staging.vm.hostname = "mon-staging"
staging.vm.box = "trusty64"
staging.vm.network "private_network", ip: "10.0.1.3", virtualbox__intnet: true
staging.hostmanager.aliases = %w(securedrop-monitor-server-alias)
staging.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"
staging.vm.synced_folder './', '/vagrant', disabled: true
staging.vm.provider "virtualbox" do |v|
Expand Down

0 comments on commit 4e9a584

Please sign in to comment.