Describe the results you received:
vagrant plugin install service-manager
Installing the 'service-manager' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
Could not find gem 'service-manager (>= 0) ruby' in any of the gem sources listed in your Gemfile or available on this machine.
Warning: this Gemfile contains multiple primary sources. Using source more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run bundle config disable_multisource true.
OS details: Fedora 24
Provider: VirtualBox and/or Libvirt and/or HyperV (for CDK only)
Libvirt
Output of
vagrant -v
:Output of
vagrant plugin list
:Output of
vagrant service-manager box version
:Steps to reproduce the issue:
Describe the results you received: vagrant plugin install service-manager Installing the 'service-manager' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is:
Could not find gem 'service-manager (>= 0) ruby' in any of the gem sources listed in your Gemfile or available on this machine.
Warning: this Gemfile contains multiple primary sources. Using
source
more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, runbundle config disable_multisource true
.Describe the results you expected:
Plugin installed normally