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
class { '::nsd': logfile => '/var/log/nsd.log', ... }
AFAICT the logrotate module is only needed of logfile is specified.
Error: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'logrotate::rule' (file: /tmp/puppet/modules/nsd/manifests/init.pp, line: 129, column: 5) on node ...
At least a note on the logfile option, that is triggers a dependency on logrotate.
The text was updated successfully, but these errors were encountered:
Thanks you for the bug report i have added logrotate to the dependencies and created version 0.3.2
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
class { '::nsd':
logfile => '/var/log/nsd.log',
...
}
AFAICT the logrotate module is only needed of logfile is specified.
What are you seeing
Error: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'logrotate::rule' (file: /tmp/puppet/modules/nsd/manifests/init.pp, line: 129, column: 5) on node ...
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
At least a note on the logfile option, that is triggers a dependency on logrotate.
The text was updated successfully, but these errors were encountered: