We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This was fixed in this commit. 7d1b190#diff-490694a9db8f7a371538da1abe484314
(There is a bug where if dependencies isn't defined r10k throws an error.)
Sorry, something went wrong.
No branches or pull requests
Hi,
I have puppet 3.8 with ruby 2.3 on CentOS 6.x and when i want fech this module over r10k..
and after r10k install this broked puppet module...
The text was updated successfully, but these errors were encountered: