Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple :git sources #275

Open
nvalentine-puppetlabs opened this issue Dec 2, 2014 · 1 comment
Open

multiple :git sources #275

nvalentine-puppetlabs opened this issue Dec 2, 2014 · 1 comment

Comments

@nvalentine-puppetlabs
Copy link

It would be excellent to be able to specify a list of :git resources from which to pull a module just in case the primary is down/unreachable from the current network. Example:

module 'nrvale0/postfix',
  :git => ['https://github.com/nrvale0/puppet-postfix', 'https://bitbucket.org/nrvale0/puppet-postfix'],
  :ref => '2.0.0'

A specific use case: when doing development with a set of nodes (master + agents) in a Vagrant environment which has no access to internal git servers but access to private repos on bitbucket.

@nvalentine-puppetlabs
Copy link
Author

@adrienthebo: per r10k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant