-
Notifications
You must be signed in to change notification settings - Fork 82
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
messagebus service related error #29
Comments
@m4ge try setting service_dependencies = [] for RH7 - messagebus daemon is nothing but the symlink to a dbus |
@ndelic0 should the default setting for service_dependencies for RHEL7 be []? This would remove the need to specify custom options and the module would work out of the box. I'm happy to submit the patch for that if that is the solution to the issue |
@m4ge service_dependencies is already set as class param - basically module already allows one set this in Hiera. It would be nice to have it working out of the box though. |
@ndelic0 I shall submit a pull request to that accord |
@m4ge thank you, thank you |
Fixed in 0.4.1 |
When provisioning a CentOS 7.2 vagrant box I get the following error:
Running yum update on the box seem to fix the problem and so does setting
After looking around I have stumbled upon this: https://bugzilla.redhat.com/show_bug.cgi?id=1184960. Could that be the cause of my problem? If so, should the default value for service_dependencies be ['dbus'] rather than ['messagebus']? Is it safe to have it as an empty array?
The text was updated successfully, but these errors were encountered: