Skip to content

Commit

Permalink
rewind vagrantfile to upstream/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Vandenborne committed Oct 1, 2014
1 parent a4d5bce commit bcf5321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# vi: set ft=ruby :

# Config Github Settings
github_username = "jeffreyvdb"
github_username = "fideloper"
github_repo = "Vaprobash"
github_branch = "feature-ngxcb-allow-overwrite"
github_branch = "1.1.0"
github_url = "https://raw.githubusercontent.com/#{github_username}/#{github_repo}/#{github_branch}"

# Server Configuration
Expand Down Expand Up @@ -177,7 +177,7 @@ Vagrant.configure("2") do |config|
# config.vm.provision "shell", path: "#{github_url}/scripts/apache.sh", args: [server_ip, public_folder, hostname, github_url]

# Provision Nginx Base
config.vm.provision "shell", path: "#{github_url}/scripts/nginx.sh", args: [server_ip, public_folder, hostname, github_url]
# config.vm.provision "shell", path: "#{github_url}/scripts/nginx.sh", args: [server_ip, public_folder, hostname, github_url]


####
Expand Down

0 comments on commit bcf5321

Please sign in to comment.