mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Update silenced hosts constant for registry
This commit is contained in:
parent
6707633782
commit
7f0f934537
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ module Vagrant
|
|||
SILENCED_HOSTS = [
|
||||
"vagrantcloud-files-production.s3-accelerate.amazonaws.com".freeze,
|
||||
"vagrantcloud.com".freeze,
|
||||
"vagrantup.com".freeze
|
||||
"vagrantup.com".freeze,
|
||||
"cloud.hashicorp.com".freeze,
|
||||
].freeze
|
||||
|
||||
def self.capture_output_proc(logger, ui, source=nil)
|
||||
|
|
|
|||
Loading…
Reference in a new issue