Closed xiankai closed 10 years ago
This module was developed largely on centos 6.4. What version of puppet are you using?
I was using Puppet 3.1.1, however I am unable to reproduce the issue again. Would it still be a good idea to declare the service provider?
@xiankai I don't think it should be necessary. I also believe service seleniumserver start|stop|restart
should work with the init script, so both the init and service provider should be able to start|stop the daemon.
How about we close this PR and you may reopen it if you can reproduce the issue?
Okay, sounds good to me.
I was trying to use your module for my CentOS 6.4 installation, but somehow Puppet tried to start it via
service seleniumserver start
instead. Since your implementation uses the init provider explicitly, this change got it to work for me instead of relying on Puppet's auto-detection.