Skip to content

Commit

Permalink
Merge pull request jhoblitt#2 from xiankai/refresh_service
Browse files Browse the repository at this point in the history
Refresh service if the options are changed
  • Loading branch information
Joshua Hoblitt committed Nov 22, 2013
2 parents e0476a3 + ed4f9d5 commit 4ca0a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
group => 'root',
mode => '0755',
content => template("${module_name}/init.d/selenium.erb"),
} ->
} ~>
service { $prog:
ensure => running,
hasstatus => true,
Expand Down

0 comments on commit 4ca0a1e

Please sign in to comment.