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

Installation error on Fedora 24 #388

Closed verdurin closed 8 years ago

verdurin commented 8 years ago

OS details: Fedora 24

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

Libvirt

Output of vagrant -v:

Vagrant 1.8.1

Output of vagrant plugin list:

vagrant-libvirt (0.0.32, system)

Output of vagrant service-manager box version:

N/A

Steps to reproduce the issue:

  1. vagrant plugin install service-manager

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.

Describe the results you expected:

Plugin installed normally

verdurin commented 8 years ago

This is a false alarm - sorry for the noise.