Actions
Bug #5467
closedKatello-devel-install fails due to broken URL in puppet-rvm
Description
Installation fails for me:
[ERROR 2014-04-28 10:36:53 verbose] bash -c '/usr/bin/curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer -o /tmp/rvm-installer && chmod +x /tmp/rvm-installer && rvm_bin_path=/usr/local/rvm/bin rvm_man_path=/usr/local/rvm/man /tmp/rvm-installer --version latest && rm /tmp/rvm-installer' returned 1 instead of one of [0]
See:
https://github.com/blt04/puppet-rvm/pull/114
How do you guys handle it when upstream puppet module breaks?
Foreman's using git submodules, so the last time this happened, someone forked
the module and pointed Foreman to our own fixed copy until upstream was
fixed.
For now, I worked around it by just putting rvm-installer into /tmp myself.
Updated by Stephen Benjamin over 10 years ago
Looks like this module's ownership has been taken up by these guys:
Updated by Eric Helms over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|commit:dc1e082a2cc58741ef720c4cd530bbff0eafee5a.
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release set to 13
Actions