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
An evaluation problem running puppet apply command
No evaluation error
Error: Evaluation Error: Resource type not found: Cron::Special (file: /etc/puppetlabs/code/modules/cron/manifests/job.pp, line: 30, column: 3)
I have downgraded the module to 4.0.0 and the problem went away
The text was updated successfully, but these errors were encountered:
Odd. Is this repeatable? The Cron::Special type has been in the module for 6 years and I can't see anything related in the 4.1.0 changelog.
Cron::Special
Sorry, something went wrong.
Yes, every single time I executed the puppet apply it failed with the same reason. We are just defining some cron jobs, this is an example:
cron::job { 'Cronjob name': command => '/usr/local/bin/<script>.sh', user => 'root', hour => '*', minute => '0', environment => ['MAILTO=""'], require => File['/usr/local/bin/<script>.sh'], }
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
An evaluation problem running puppet apply command
What behaviour did you expect instead
No evaluation error
Output log
Error: Evaluation Error: Resource type not found: Cron::Special (file: /etc/puppetlabs/code/modules/cron/manifests/job.pp, line: 30, column: 3)
Any additional information you'd like to impart
I have downgraded the module to 4.0.0 and the problem went away
The text was updated successfully, but these errors were encountered: