-
Notifications
You must be signed in to change notification settings - Fork 290
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 find init script or upstart conf file for 'sensu-enterprise' #662
Comments
|
@atrepca 409 broke the ability to set manage_services to false and manage the services outside of the sensu module for enterprise users. Is puppet attempting to stop/disable the sensu-enterprise service? Could you post a debug output of your puppet run? Edit: Im pretty sure thats the case and if so it should be a quick fix. |
|
Yup @dzeleski, Puppet is attempting to stop/disable the |
|
Fixed by #660, closing. |
Description of problem
We upgraded the Sensu Puppet Forge module from version 2.1.0 to version 2.2.1, and the Sensu version from 0.25.7-1 to 0.26.5-2.
Puppet is failing due to not finding the init script/ upstart conf file for the
sensu-enterpriseservice.We're using Sensu Core not Sensu Enterprise; we don't have any Enterprise packages installed, so that condition will never be met. There shouldn't be any overlap.
Command used and debugging output
Master based.
Platform and version information
Anything else to add that you think will be helpful?
The
defaultcase in thesensu::enterprise::serviceclass needs an init script or upstart config file to ensure thestoppedstate for the service.The text was updated successfully, but these errors were encountered: