Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Add ability to install vagrant plugin from a local or remote source #59

@logicminds

Description

@logicminds

I have some custom gems that are not in ruby gems.org and I would like the ability to use the vagrant_plugin resource to install the plugin from a local http server or from local disk.

vagrant_plugin{'some-hipster-plugin':
  ensure => present,
  user     => 'some user',
  source => '/tmp/hipster_feature.gem'
}
vagrant_plugin{'some-remote-hipster-plugin':
  ensure => present,
  user     => 'some user',
  source => 'http://the-interweb.com/hipster-remote-feature.gem'
}

I would expect the code to download the remote gem and then install the gem since vagrant cannot install from remote sources.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions