puppet-cron
puppet-cron copied to clipboard
problem with fetch over r10k
Hi,
I have puppet 3.8 with ruby 2.3 on CentOS 6.x and when i want fech this module over r10k..
mod 'cron',
:git => 'https://github.com/torrancew/puppet-cron',
:tag => 'v0.2.0'
and after r10k install this broked puppet module...
[root@server1 puppet]# puppet module list
Error: No dependencies module metadata provided for cron
Error: Try 'puppet help module list' for usage
This was fixed in this commit. https://github.com/torrancew/puppet-cron/commit/7d1b19099ec2e2b3d09fe60b6ffb09a4f2221034#diff-490694a9db8f7a371538da1abe484314
(There is a bug where if dependencies isn't defined r10k throws an error.)