Open htj opened 5 years ago
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.
Thanks you for the bug report i have added logrotate to the dependencies and created version 0.3.2
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.