You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: /Package[sensu-plugins-io-checks]: Provider sensu_gem is not functional on this host
Until the sensu client has had a chance to install. It's pretty straight forward, puppet is trying to satisfy the sensu_gem provided module, but its not going to work until the sensu client has been installed.
I tried adding a require: line and specifying things like Package[sensu] or Package[sensu-plugin] but just ended up with a circular dependency that could not be satisfied.
Removing the package from the config, letting sensu install, then running it afterwards works nicely, of course.
Any tips on how to get around this chicken and egg issue?
The text was updated successfully, but these errors were encountered:
Hi there,
So we're using this module with hiera, and found that when bootstrapping a new machine, doing the following generates an error:
What I end up with, is:
Error: /Package[sensu-plugins-io-checks]: Provider sensu_gem is not functional on this hostUntil the sensu client has had a chance to install. It's pretty straight forward, puppet is trying to satisfy the sensu_gem provided module, but its not going to work until the sensu client has been installed.
I tried adding a require: line and specifying things like Package[sensu] or Package[sensu-plugin] but just ended up with a circular dependency that could not be satisfied.
Removing the package from the config, letting sensu install, then running it afterwards works nicely, of course.
Any tips on how to get around this chicken and egg issue?
The text was updated successfully, but these errors were encountered: