Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Auto merge of #931 - ferjm:fix.vagrant.url, r=jdm
Browse files Browse the repository at this point in the history
Fix vagrant hashicorp url

More details: hashicorp/vagrant#9442

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/931)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Dec 31, 2018
2 parents 4a12cbc + 2f6e824 commit 289231b
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
@@ -1,5 +1,7 @@
require 'yaml'

Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com')

def extract_id(env)
id = env.map do |env_var|
env_var[/^SALT_NODE_ID=(?<node_id>.+)$/, "node_id"]
Expand Down

0 comments on commit 289231b

Please sign in to comment.