projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Single or Double quote is missing in the doc (HTTP Proxy Settings) #443

Closed amitkrout closed 7 years ago

amitkrout commented 7 years ago

OS details: All supported os

Provider: VirtualBox and/or Libvirt and/or HyperV (for CDK only)

Steps to reproduce the issue:

  1. Follow the instruction directed as "https://github.com/projectatomic/vagrant-service-manager#http-proxy-settings" eg : config.servicemanager.proxy = x.x.x.x:p
  2. Do "vagrant up"
  3. Vagrant up failed with error. When the value is put within double quote such as "x.x.x.x:p" and other config values as well, vagrant up works fine. So single or double quote is missing in the doc.