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
Don't think I'll find time to implement this in a proper PR way in near future, so if someone likes to grab it, please do.
The reason installation of gems might fail is, that native dependencies might be missing. We solved this in the end by doing this:
We are currently looking into a reliable way of installing plugins on the clients.
Currently we are using
This seems to be unreliable in a the way that the build of native extensions seem to break.
We are working around the issue by adding this line to the hosts salt (and removing the installation of the gem in the pillar above):
This seems to work fine for us, would be great to have an option to specify the plugins in the pillar which would be installed the
sensu-install
way.The text was updated successfully, but these errors were encountered: