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.
Actions