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

add custom repo support #30

Merged
merged 1 commit into from
Jun 7, 2015
Merged

add custom repo support #30

merged 1 commit into from
Jun 7, 2015

Conversation

luishdez
Copy link
Contributor

@luishdez luishdez commented May 9, 2015

@@ -38,7 +38,7 @@
when 'rhel', 'fedora'
yum_repository 'mongodb' do
description 'mongodb RPM Repository'
baseurl "http://downloads-distro.mongodb.org/repo/redhat/os/#{node['kernel']['machine'] =~ /x86_64/ ? 'x86_64' : 'i686'}"
baseurl "#{node['mongodb']['repo']}/#{node['kernel']['machine'] =~ /x86_64/ ? 'x86_64' : 'i686'}"

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

@josephholsten
Copy link
Contributor

👍 LGTM. with or without strings is fine by me.

luishdez added a commit that referenced this pull request Jun 7, 2015
Add support for custom repos
@luishdez luishdez merged commit ff5317d into master Jun 7, 2015
@josephholsten josephholsten deleted the pr/387 branch July 13, 2015 22:35
@lock
Copy link

lock bot commented Jul 24, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants