jhoblitt / puppet-selenium

Manages Selenium Server 2 - Standalone and Grid
Other
20 stars 49 forks source link

Refresh service if the options are changed #2

Closed xiankai closed 10 years ago

xiankai commented 10 years ago

I was experimenting with different versions of selenium server, and it turns out that upon changing the options, the new .jar is downloaded but not used upon reapplying the puppet script.

I have changed the require arrow to a notify one, so that the service gets notified (and thus refreshes) if the init file changes.

jhoblitt commented 10 years ago

Nice catch; Thank you! I will push a 0.1.1 release to the forge shortly.

jhoblitt commented 10 years ago

0.1.1 was just released on the forge: http://forge.puppetlabs.com/jhoblitt/selenium/0.1.1 Thanks again!