Closed jordiprats closed 5 years ago
@jordiprats I believe this is related to #930. Try downgrading your cri gem to 2.15.6, that should get you past it for the moment.
Thanks @mattk42 downgrading cri to .6 have fixed it:
[root@ip-172-31-16-114 yum]# /opt/puppetlabs/puppet/bin/r10k puppetfile check
Syntax OK
[root@ip-172-31-16-114 yum]#
For future reference:
/opt/puppetlabs/puppet/bin/gem uninstall cri --version 2.15.7
/opt/puppetlabs/puppet/bin/gem install cri --version 2.15.6
I'm closing this issue since it is related to #930
thanks!
Hi, r10k is failing to check syntax:
Puppetfile:
Error doesn't look meaningful to me. Any idea what this means?
Backtrace:
I'm runing this on:
Ruby:
puppet:
thanks,