-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
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
Could not evaluate: No ability to determine if sensu_clean_config exists #1
Comments
Can you run with --trace --debug --verbose and provide the output please? |
This is somewhat difficult. The error never occurs when running interactively, only when run in an automated fashion (via mcollective/puppetcommander) |
Seeing this behavior (always reproducible on the first run) https://gist.github.com/4118734. Although I have pasted the trace for sensu_clean_config, similar traces for a few others. |
This should be fixed by alcy@452470b |
Fixed in 3018ce1 |
add source to remote_file definition in plugin.pp
Added parameters to the log rotation
Sensu-puppet module throws this error on a subset of instances, unsure of the cause.
err Could not evaluate: No ability to determine if sensu_clean_config exists /Stage[main]/Sensu::Package/Sensu_clean_config[] /etc/puppet/modules/sensu/manifests/package.pp 47 2012-06-14 12:01 PDT
err Could not evaluate: No ability to determine if sensu_client_config exists /Stage[main]//Node[]/Sensu::Client[]/Sensu_client_config[] /etc/puppet/modules/sensu/manifests/client.pp 29 2012-06-14 12:01 PDT
err Could not evaluate: No ability to determine if sensu_rabbitmq_config exists /Stage[main]//Node[]/Sensu::Client[]/Sensu::Rabbitmq[client]/Sensu_rabbitmq_config[] /etc/puppet/modules/sensu/manifests/rabbitmq.pp 66 2012-06-14 12:01 PDT
err Could not evaluate: No ability to determine if sensu_check_config exists /Stage[main]//Node[]/Sensu::Check[check_disk]/Sensu_check_config[check_disk] /etc/puppet/modules/sensu/manifests/check.pp 22 2012-06-14 12:01 PDT
warning Skipping because of failed dependencies /Stage[main]//Node[]/Sensu::Client[]/Service[sensu-client] /etc/puppet/modules/sensu/manifests/client.pp 38 2012-06-14 12:01 PDT
notice Dependency Sensu_client_config[] has failures: true /Stage[main]//Node[]/Sensu::Client[]/Service[sensu-client] /etc/puppet/modules/sensu/manifests/client.pp 38 2012-06-14 12:01 PDT
notice Dependency Sensu_rabbitmq_config[] has failures: true /Stage[main]//Node[]/Sensu::Client[]/Service[sensu-client] /etc/puppet/modules/sensu/manifests/client.pp 38 2012-06-14 12:01 PDT
notice Finished catalog run in 20.37 seconds Puppet 2012-06-14 12:01 PDT
The text was updated successfully, but these errors were encountered: