Skip to content

Commit

Permalink
Update example vagrant file with real URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeabody committed Mar 19, 2014
1 parent 5ff027c commit 9eedb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vagrant
Vagrantfile
6 changes: 3 additions & 3 deletions Vagrantfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.customize ['modifyvm', :id, '--memory', '512']
end

config.vm.provision 'shell', path: 'base.sh'
config.vm.provision 'shell', path: 'ruby-2.1.sh', privileged: false, keep_color: true
config.vm.provision 'shell', path: 'postgresql.sh'
config.vm.provision 'shell', path: 'https://raw.github.com/AgilionApps/VagrantDevEnv/master/scripts/base.sh'
config.vm.provision 'shell', path: 'https://raw.github.com/AgilionApps/VagrantDevEnv/master/scripts/ruby-2.1.sh', privileged: false, keep_color: true
config.vm.provision 'shell', path: 'https://raw.github.com/AgilionApps/VagrantDevEnv/master/scripts/postgresql.sh'
end

0 comments on commit 9eedb2e

Please sign in to comment.