From a2c64f1fbfe2cdc6960adcff52b92bf71405116e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 25 Apr 2010 20:33:44 +0100 Subject: [PATCH] quote link target Signed-off-by: Stephen Gran --- modules/monit/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monit/manifests/init.pp b/modules/monit/manifests/init.pp index af4bea32d..1fcbf898f 100644 --- a/modules/monit/manifests/init.pp +++ b/modules/monit/manifests/init.pp @@ -14,7 +14,7 @@ class monit { file { "/etc/rc2.d/K99monit": - ensure => ../init.d/monit; + ensure => "../init.d/monit"; "/etc/rc2.d/S99monit": ensure => absent; -- 2.20.1