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
puppet-agent[31550]: (/Stage[main]/R10k::Install/Package[r10k]/ensure) change from 'absent' to 'present' failed: Execution of '/opt/puppetlabs/puppet/bin/gem install --no-ri --no-rdoc --no-document r10k' returned 1: ERROR: While executing gem ... (OptionParser::InvalidOption)
puppet-agent[31550]: (/Stage[main]/R10k::Install/Package[r10k]/ensure) invalid option: --no-ri
puppet-agent[31550]: (/Stage[main]/R10k::Install/Package[r10k]/ensure) Did you mean? no-force (corrective)
puppet-agent[31550]: (/Stage[main]/R10k::Install::Puppet_gem/File[/usr/bin/r10k]) Dependency Package[r10k] has failures: true
puppet-agent[31550]: (/Stage[main]/R10k::Install::Puppet_gem/File[/usr/bin/r10k]) Skipping because of failed dependencies
Any additional information you'd like to impart
# /opt/puppetlabs/puppet/bin/gem install --no-ri --no-rdoc r10k
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --no-ri
Did you mean? no-force
# /opt/puppetlabs/puppet/bin/gem install --no-rdoc r10k
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --no-rdoc
Did you mean? no-force
# /opt/puppetlabs/puppet/bin/gem install --no-document r10k
Successfully installed r10k-3.7.0
1 gem installed
The text was updated successfully, but these errors were encountered:
johanfleury
added a commit
to johanfleury/puppet-r10k
that referenced
this issue
Dec 11, 2020
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
include r10k
What are you seeing
Puppet fails at installing r10k.
What behaviour did you expect instead
Puppet should install r10k.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: