Skip to content

Commit

Permalink
Moved the Vagrant stuff around to keep the root tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Jan 24, 2016
1 parent 54366c1 commit 0612cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ Vagrant.configure(VAGRANT_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"

# Provision using shell
#config.vm.provision "shell", path: "vagrant/setup.sh"
config.vm.host_name = "dev.paperless"
config.vm.synced_folder ".", "/opt/paperless"
config.vm.provision "shell", path: "vagrant/setup.sh"
config.vm.provision "shell", path: "scripts/vagrant-provision"

# Networking details
config.vm.network "private_network", ip: "172.28.128.4"
end
File renamed without changes.

0 comments on commit 0612cd5

Please sign in to comment.