diff --git a/manifests/config.pp b/manifests/config.pp index 1b866df..26729c4 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -46,7 +46,7 @@ group => 'root', mode => '0755', content => template("${module_name}/init.d/selenium.erb"), - } -> + } ~> service { $prog: ensure => running, hasstatus => true,