cosmetics
[mirror/dsa-puppet.git] / modules / raidmpt / manifests / init.pp
index 532c35d..da2535a 100644 (file)
@@ -5,13 +5,13 @@ class raidmpt {
 
     file {
         "/etc/default/mpt-statusd":
-            content =>  "# This file is under puppet control\nRUN_DAEMON=no",
+            content =>  "# This file is under puppet control\nRUN_DAEMON=no\n",
             notify  => Exec["mpt-statusd-stop"],
             ;
     }
     exec {
         "mpt-statusd-stop":
-            command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --quiet --pidfile "$pidfile"; rm -f "$pidfile"'
+            command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --quiet --pidfile "$pidfile"; rm -f "$pidfile"',
             refreshonly => true,
             ;
     }