From ed4f9d5d756bd7705cdae9b846113dd480d0d4bb Mon Sep 17 00:00:00 2001 From: KJ Date: Fri, 22 Nov 2013 17:01:19 +0800 Subject: [PATCH] Refresh service if the options are changed --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,