You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't had time to debug this, but an extra space somewhere is causing pe_gem to attempt to install a gem named "", which clearly fails. It's a spurious failure, but it causes dependent resources to not be applied until the next Puppet run.
I'll track it down later.
Error: /Stage[main]/R10k::Install/Package[r10k]/ensure: change from absent to present failed: Execution of '/opt/puppet/bin/gem install --no-rdoc --no-ri r10k ' returned 2: ERROR: Could not find a valid gem '' (>= 0) in any repository
The text was updated successfully, but these errors were encountered:
binford2k
changed the title
pe_gem install of the r10k gem is workedpe_gem install of the r10k gem is wonked
Nov 11, 2014
Haven't had time to debug this, but an extra space somewhere is causing
pe_gem
to attempt to install a gem named "", which clearly fails. It's a spurious failure, but it causes dependent resources to not be applied until the next Puppet run.I'll track it down later.
The text was updated successfully, but these errors were encountered: